# Pastebin bVNC8zuG diff --git a/tests/main/debug-sandbox/task.yaml b/tests/main/debug-sandbox/task.yaml index f3737a5b0..20c40c88b 100644 --- a/tests/main/debug-sandbox/task.yaml +++ b/tests/main/debug-sandbox/task.yaml @@ -2,6 +2,9 @@ summary: Verify sandbox is correctly reported execute: | case "$SPREAD_SYSTEM" in + ubuntu-core*) + snap debug sandbox-features | grep "confinement-options: " | MATCH -v "classic" + ;; ubuntu-*) snap debug sandbox-features | MATCH "apparmor: .+" ;;