mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Disable the NodeOutOfDisk test.
It destroys test clusters to the point that other tests also fail, and almost never passes.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user