Skip to content

Commit f1b2ed6

Browse files
Disable probe restart test because it is flaky under kubelet skew
https://bugzilla.redhat.com/show_bug.cgi?id=1711687 Needs to be fixed before 4.2 upgrades can work.
1 parent 2183af5 commit f1b2ed6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/extended/util/test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,8 @@ var (
434434
`\[Feature:PodPriority\]`, // @ravig - sig-pod
435435

436436
`provisioning should access volume from different nodes`, // has bad assumptions about hostname labels. sig-storage/@wongma7
437+
438+
`Probing container should \*not\* be restarted with a non-local redirect http liveness probe`, // https://bugzilla.redhat.com/show_bug.cgi?id=1711687
437439
},
438440
// tests too slow to be part of conformance
439441
"[Slow]": {

0 commit comments

Comments
 (0)