summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index ef6f471e7b..a1643c5548 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -104,7 +104,6 @@ PTESTS_SLOW = "\
104 libgcrypt \ 104 libgcrypt \
105 libmodule-build-perl \ 105 libmodule-build-perl \
106 lttng-tools \ 106 lttng-tools \
107 mdadm \
108 openssh \ 107 openssh \
109 openssl \ 108 openssl \
110 parted \ 109 parted \
@@ -135,6 +134,7 @@ PTESTS_PROBLEMS:append:x86 = " valgrind"
135# ifupdown \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py 134# ifupdown \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
136# libinput \ # Tests need an unloaded system to be reliable 135# libinput \ # Tests need an unloaded system to be reliable
137# libpam \ # Needs pam DISTRO_FEATURE 136# libpam \ # Needs pam DISTRO_FEATURE
137# mdadm \ # tests are flaky in AB.
138# numactl \ # qemu not (yet) configured for numa; all tests are skipped 138# numactl \ # qemu not (yet) configured for numa; all tests are skipped
139# libseccomp \ # tests failed: 38; add to slow tests once addressed 139# libseccomp \ # tests failed: 38; add to slow tests once addressed
140# python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures 140# python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures
@@ -147,6 +147,7 @@ PTESTS_PROBLEMS = "\
147 libinput \ 147 libinput \
148 libpam \ 148 libpam \
149 libseccomp \ 149 libseccomp \
150 mdadm \
150 numactl \ 151 numactl \
151 python3-license-expression \ 152 python3-license-expression \
152 python3-numpy \ 153 python3-numpy \