aboutsummaryrefslogtreecommitdiff
path: root/test/system/251-system-service.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/system/251-system-service.bats')
-rw-r--r--test/system/251-system-service.bats4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/system/251-system-service.bats b/test/system/251-system-service.bats
index edee4a28c..197d1cb18 100644
--- a/test/system/251-system-service.bats
+++ b/test/system/251-system-service.bats
@@ -17,6 +17,10 @@ function teardown() {
@test "podman-system-service containers survive service stop" {
skip_if_remote "podman system service unavailable over remote"
+ local runtime=$(podman_runtime)
+ if [[ "$runtime" != "crun" ]]; then
+ skip "survival code only implemented in crun; you're using $runtime"
+ fi
port=$(random_free_port)
URL=tcp://127.0.0.1:$port