mirror of https://github.com/k3s-io/k3s
Clean up test output
parent
713a10d276
commit
8146fe47d8
|
@ -873,7 +873,6 @@ func TestGarbageCollectorSync(t *testing.T) {
|
|||
go gc.Sync(fakeDiscoveryClient, 200*time.Millisecond, stopCh)
|
||||
|
||||
// Wait until the sync discovers the initial resources
|
||||
fmt.Printf("Test output")
|
||||
time.Sleep(1 * time.Second)
|
||||
|
||||
err = expectSyncNotBlocked(fakeDiscoveryClient, &gc.workerLock)
|
||||
|
|
Loading…
Reference in New Issue