We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6de0768 + 3bb1a4e commit 79c334cCopy full SHA for 79c334c
test/04-runtime.bats
@@ -92,7 +92,10 @@ teardown() {
92
assert "${output}" =~ "\"pid\": $CONTAINER_PID"
93
}
94
95
-@test "runtime: runtime error with _OCI_SYNCPIPE defined" {
+@test "runtime: runc error with _OCI_SYNCPIPE defined" {
96
+ if [[ $(basename "$RUNTIME_BINARY") != "runc" ]]; then
97
+ skip "test requires runc"
98
+ fi
99
# This trailing " results in wrong config.json. We expect the runtime
100
# failure.
101
setup_container_env '"'
0 commit comments