Skip to content

Commit

Permalink
Disable the NodeOutOfDisk test.
Browse files Browse the repository at this point in the history
It destroys test clusters to the point that other tests also fail, and
almost never passes.
  • Loading branch information
Ryan Hitchman committed Jan 26, 2017
1 parent 15466fc commit 774f6eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/nodeoutofdisk.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 774f6eb

Please sign in to comment.