From 774f6ebd2906015f76e761b84f88cf92d83c4636 Mon Sep 17 00:00:00 2001 From: Ryan Hitchman Date: Fri, 20 Jan 2017 15:18:05 -0800 Subject: [PATCH] Disable the NodeOutOfDisk test. It destroys test clusters to the point that other tests also fail, and almost never passes. --- test/e2e/nodeoutofdisk.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/nodeoutofdisk.go b/test/e2e/nodeoutofdisk.go index a8d08d89e16..b2ee3ee7994 100644 --- a/test/e2e/nodeoutofdisk.go +++ b/test/e2e/nodeoutofdisk.go @@ -74,6 +74,8 @@ var _ = framework.KubeDescribe("NodeOutOfDisk [Serial] [Flaky] [Disruptive]", fu BeforeEach(func() { c = f.ClientSet + framework.Skipf("test is broken. #40249") + nodelist := framework.GetReadySchedulableNodesOrDie(c) // Skip this test on small clusters. No need to fail since it is not a use