Skip to content

Commit edc2909

Browse files
CRI-O and Docker behavior differs on how stdin is handled
The exec probe is behaving differently. Temporarily disable while an upstream issue is worked.
1 parent e7cd9f4 commit edc2909

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/extended/util/test.go

+2
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ var (
332332
`SELinux relabeling`, // https://github.com/openshift/origin/issues/7287 still broken
333333
`Volumes CephFS`, // permission denied, selinux?
334334

335+
`Probing container should \*not\* be restarted with a exec "cat /tmp/health" liveness probe`, // https://bugzilla.redhat.com/show_bug.cgi?id=1624041
336+
335337
`should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance]
336338
},
337339
// tests too slow to be part of conformance

0 commit comments

Comments
 (0)