mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #35551 from Crassirostris/out-of-disk-disable
Automatic merge from submit-queue Marked NodeOutOfDisk test with feature label Marked NodeOutOfDisk test with feature label to temporarily remove it from flaky suite. @madhusudancs @piosz
This commit is contained in:
commit
7d0b12f916
@ -65,7 +65,7 @@ const (
|
||||
// 7. Observe that the pod in pending status schedules on that node.
|
||||
//
|
||||
// Flaky issue #20015. We have no clear path for how to test this functionality in a non-flaky way.
|
||||
var _ = framework.KubeDescribe("NodeOutOfDisk [Serial] [Flaky] [Disruptive]", func() {
|
||||
var _ = framework.KubeDescribe("NodeOutOfDisk [Serial] [Flaky] [Disruptive] [Feature:OutOfDisk]", func() {
|
||||
var c clientset.Interface
|
||||
var unfilledNodeName, recoveredNodeName string
|
||||
f := framework.NewDefaultFramework("node-outofdisk")
|
||||
|
Loading…
Reference in New Issue
Block a user