Add missing Cleanup() calls in kubelet tests.
Possibly related to #45803 and #46204.
This commit is contained in:
@@ -33,6 +33,7 @@ import (
|
||||
|
||||
func TestListVolumesForPod(t *testing.T) {
|
||||
testKubelet := newTestKubelet(t, false /* controllerAttachDetachEnabled */)
|
||||
defer testKubelet.Cleanup()
|
||||
kubelet := testKubelet.kubelet
|
||||
|
||||
pod := podWithUidNameNsSpec("12345678", "foo", "test", v1.PodSpec{
|
||||
|
Reference in New Issue
Block a user