From 16b0363b95981d77afcf13cdbf7ffaac14ae7a94 Mon Sep 17 00:00:00 2001 From: Vishnu kannan Date: Tue, 17 Oct 2017 15:42:23 -0700 Subject: [PATCH] Disabling k8s.io/kubernetes/pkg/kubelet/cm TestPodContainerDeviceAllocation due to #54100 Signed-off-by: Vishnu kannan --- pkg/kubelet/cm/device_plugin_handler_test.go | 1 + 1 file changed, 1 insertion(+) 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")