diff --git a/test/seccomp.bats b/test/seccomp.bats index 47459d0a..c8f9659d 100644 --- a/test/seccomp.bats +++ b/test/seccomp.bats @@ -11,7 +11,7 @@ function teardown() { @test "ctr seccomp profiles unconfined" { # this test requires seccomp, so skip this test if seccomp is not enabled. enabled=$(is_seccomp_enabled) - if [[ "$enabled" -eq 0 ]]; then + if [[ "$enabled" -eq 0 ]]; then skip "skip this test since seccomp is not enabled." fi