Skip to content

Commit

Permalink
CRI-O and Docker behavior differs on how stdin is handled
Browse files Browse the repository at this point in the history
The inline attach scenario is behaving differently between docker and crio.
Temporarily disable while this is fixed upstream.
  • Loading branch information
smarterclayton committed Aug 31, 2018
1 parent 747e153 commit 8017a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/extended/util/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ var (
`SELinux relabeling`, // https://github.com/openshift/origin/issues/7287 still broken
`Volumes CephFS`, // permission denied, selinux?

`should support inline execution and attach`, // https://bugzilla.redhat.com/show_bug.cgi?id=1624041

`should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance]
},
// tests too slow to be part of conformance
Expand Down

0 comments on commit 8017a0b

Please sign in to comment.