mirror of https://github.com/k3s-io/k3s
Merge pull request #36743 from Crassirostris/return-outofdisk-test
Automatic merge from submit-queue Remove Feature label from OutOfDisk e2e test Fix https://github.com/kubernetes/kubernetes/issues/35722 Related to https://github.com/kubernetes/kubernetes/pull/35551 and https://github.com/kubernetes/kubernetes/pull/36225pull/6/head
commit
46c671676f
|
@ -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] [Feature:OutOfDisk]", func() {
|
||||
var _ = framework.KubeDescribe("NodeOutOfDisk [Serial] [Flaky] [Disruptive]", func() {
|
||||
var c clientset.Interface
|
||||
var unfilledNodeName, recoveredNodeName string
|
||||
f := framework.NewDefaultFramework("node-outofdisk")
|
||||
|
|
Loading…
Reference in New Issue