Clean up test output

k3s-v1.15.3
Jordan Liggitt 2019-03-13 17:09:41 -07:00
parent 713a10d276
commit 8146fe47d8
1 changed files with 0 additions and 1 deletions

View File

@ -873,7 +873,6 @@ func TestGarbageCollectorSync(t *testing.T) {
go gc.Sync(fakeDiscoveryClient, 200*time.Millisecond, stopCh) go gc.Sync(fakeDiscoveryClient, 200*time.Millisecond, stopCh)
// Wait until the sync discovers the initial resources // Wait until the sync discovers the initial resources
fmt.Printf("Test output")
time.Sleep(1 * time.Second) time.Sleep(1 * time.Second)
err = expectSyncNotBlocked(fakeDiscoveryClient, &gc.workerLock) err = expectSyncNotBlocked(fakeDiscoveryClient, &gc.workerLock)