From 9a9c2aedd3918d50b27de913ba73faff0e5f42e3 Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Fri, 22 Jun 2018 08:53:11 -0700 Subject: [PATCH] Remove unneeded sleep from test. The race condition that required this sleep was fixed in google/cadvisor#1969. That was vendored in #65334. --- test/e2e/instrumentation/monitoring/accelerator.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/e2e/instrumentation/monitoring/accelerator.go b/test/e2e/instrumentation/monitoring/accelerator.go index 66cc8ae824..d672672327 100644 --- a/test/e2e/instrumentation/monitoring/accelerator.go +++ b/test/e2e/instrumentation/monitoring/accelerator.go @@ -74,9 +74,6 @@ func testStackdriverAcceleratorMonitoring(f *framework.Framework) { scheduling.SetupNVIDIAGPUNode(f, false) - // TODO: remove this after cAdvisor race is fixed. - time.Sleep(time.Minute) - f.PodClient().Create(&v1.Pod{ ObjectMeta: metav1.ObjectMeta{ Name: rcName,