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, 1 insertions, 2 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 84f6764443..5975db25cc 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -119,6 +119,7 @@ PTESTS_SLOW = "\
119 util-linux \ 119 util-linux \
120 valgrind \ 120 valgrind \
121 lz4 \ 121 lz4 \
122 libseccomp \
122" 123"
123 124
124# python3 ptests hang on qemuriscv64 125# python3 ptests hang on qemuriscv64
@@ -138,7 +139,6 @@ PTESTS_PROBLEMS:append:x86 = " valgrind"
138# libpam \ # Needs pam DISTRO_FEATURE 139# libpam \ # Needs pam DISTRO_FEATURE
139# mdadm \ # tests are flaky in AB. 140# mdadm \ # tests are flaky in AB.
140# numactl \ # qemu not (yet) configured for numa; all tests are skipped 141# numactl \ # qemu not (yet) configured for numa; all tests are skipped
141# libseccomp \ # tests failed: 38; add to slow tests once addressed
142# python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures 142# python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures
143 143
144PTESTS_PROBLEMS = "\ 144PTESTS_PROBLEMS = "\
@@ -148,7 +148,6 @@ PTESTS_PROBLEMS = "\
148 ifupdown \ 148 ifupdown \
149 libinput \ 149 libinput \
150 libpam \ 150 libpam \
151 libseccomp \
152 mdadm \ 151 mdadm \
153 numactl \ 152 numactl \
154 python3-license-expression \ 153 python3-license-expression \