summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/lxc/files/run-ptest3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/lxc/files/run-ptest b/recipes-containers/lxc/files/run-ptest
index 3f3a75f2..2e5af3c3 100644
--- a/recipes-containers/lxc/files/run-ptest
+++ b/recipes-containers/lxc/files/run-ptest
@@ -9,6 +9,9 @@ dmesg -n 1
9blacklist="" 9blacklist=""
10# Not applicable 10# Not applicable
11blacklist="$blacklist lxc-test-apparmor" 11blacklist="$blacklist lxc-test-apparmor"
12blacklist="$blacklist lxc-test-apparmor-mount"
13#lxc-test-get_item would report Built without AppArmor support error
14blacklist="$blacklist lxc-test-get_item"
12# These currently hang so skip them until someone fixes them up 15# These currently hang so skip them until someone fixes them up
13blacklist="$blacklist lxc-test-shutdowntest" 16blacklist="$blacklist lxc-test-shutdowntest"
14blacklist="$blacklist lxc-test-state-server" 17blacklist="$blacklist lxc-test-state-server"