summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 752a0882dc..6e770853b8 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -58,6 +58,7 @@ PTESTS_FAST = "\
58# rt-tests-ptest \ # Needs to be checked whether it runs at all 58# rt-tests-ptest \ # Needs to be checked whether it runs at all
59# bash-ptest \ # Test outcomes are non-deterministic by design 59# bash-ptest \ # Test outcomes are non-deterministic by design
60# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py 60# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
61# mdadm-ptest \ # Tests rely on non-deterministic sleep() amounts
61#" 62#"
62 63
63PTESTS_SLOW = "\ 64PTESTS_SLOW = "\
@@ -69,7 +70,6 @@ PTESTS_SLOW = "\
69 gstreamer1.0-ptest \ 70 gstreamer1.0-ptest \
70 libevent-ptest \ 71 libevent-ptest \
71 lttng-tools-ptest \ 72 lttng-tools-ptest \
72 mdadm-ptest \
73 openssh-ptest \ 73 openssh-ptest \
74 openssl-ptest \ 74 openssl-ptest \
75 perl-ptest \ 75 perl-ptest \