Commit 9a9c2aed authored by Rohit Agarwal's avatar Rohit Agarwal

Remove unneeded sleep from test.

The race condition that required this sleep was fixed in google/cadvisor#1969. That was vendored in #65334.
parent e467e9ab
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment