mirror of https://github.com/k3s-io/k3s
Remove unneeded sleep from test.
The race condition that required this sleep was fixed in google/cadvisor#1969. That was vendored in #65334.pull/8/head
parent
e467e9abb7
commit
9a9c2aedd3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue