Skip to content

Commit

Permalink
Remove unneeded sleep from test.
Browse files Browse the repository at this point in the history
The race condition that required this sleep was fixed in google/cadvisor#1969.
That was vendored in kubernetes#65334.
  • Loading branch information
rohitagarwal003 committed Jun 22, 2018
1 parent e467e9a commit 9a9c2ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/instrumentation/monitoring/accelerator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9a9c2ae

Please sign in to comment.