Skip to content

Commit 8017a0b

Browse files
CRI-O and Docker behavior differs on how stdin is handled
The inline attach scenario is behaving differently between docker and crio. Temporarily disable while this is fixed upstream.
1 parent 747e153 commit 8017a0b

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+
`should support inline execution and attach`, // 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)