diff --git a/pkg/kubelet/cm/device_plugin_handler_test.go b/pkg/kubelet/cm/device_plugin_handler_test.go index 34536b88a72..99d375f65dc 100644 --- a/pkg/kubelet/cm/device_plugin_handler_test.go +++ b/pkg/kubelet/cm/device_plugin_handler_test.go @@ -162,6 +162,7 @@ func TestCheckpoint(t *testing.T) { } func TestPodContainerDeviceAllocation(t *testing.T) { + t.Skip("Skipping due to issue #54100") flag.Set("alsologtostderr", fmt.Sprintf("%t", true)) var logLevel string flag.StringVar(&logLevel, "logLevel", "4", "test")