Mark failing node serial tests as flaky
Tracked in: - https://github.com/kubernetes/kubernetes/issues/103690 - https://github.com/kubernetes/kubernetes/issues/103691
This commit is contained in:
@@ -50,7 +50,7 @@ var _ = SIGDescribe("CriticalPod [Serial] [Disruptive] [NodeFeature:CriticalPod]
|
||||
}
|
||||
})
|
||||
|
||||
ginkgo.It("should be able to create and delete a critical pod", func() {
|
||||
ginkgo.It("[Flaky] should be able to create and delete a critical pod", func() {
|
||||
configEnabled, err := isKubeletConfigEnabled(f)
|
||||
framework.ExpectNoError(err)
|
||||
if !configEnabled {
|
||||
|
Reference in New Issue
Block a user