diff options
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 3 |
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 fc42f95de2..fdeac3db3c 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -102,7 +102,6 @@ PTESTS_SLOW = "\ | |||
102 | libgcrypt \ | 102 | libgcrypt \ |
103 | libmodule-build-perl \ | 103 | libmodule-build-perl \ |
104 | lttng-tools \ | 104 | lttng-tools \ |
105 | mdadm \ | ||
106 | openssh \ | 105 | openssh \ |
107 | openssl \ | 106 | openssl \ |
108 | parted \ | 107 | parted \ |
@@ -131,6 +130,7 @@ PTESTS_PROBLEMS:append:x86 = " valgrind" | |||
131 | # ifupdown \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py | 130 | # ifupdown \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py |
132 | # libinput \ # Tests need an unloaded system to be reliable | 131 | # libinput \ # Tests need an unloaded system to be reliable |
133 | # libpam \ # Needs pam DISTRO_FEATURE | 132 | # libpam \ # Needs pam DISTRO_FEATURE |
133 | # mdadm \ # tests are flaky in AB. | ||
134 | # numactl \ # qemu not (yet) configured for numa; all tests are skipped | 134 | # numactl \ # qemu not (yet) configured for numa; all tests are skipped |
135 | # libseccomp \ # tests failed: 38; add to slow tests once addressed | 135 | # libseccomp \ # tests failed: 38; add to slow tests once addressed |
136 | # python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures | 136 | # python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures |
@@ -143,6 +143,7 @@ PTESTS_PROBLEMS = "\ | |||
143 | libinput \ | 143 | libinput \ |
144 | libpam \ | 144 | libpam \ |
145 | libseccomp \ | 145 | libseccomp \ |
146 | mdadm \ | ||
146 | numactl \ | 147 | numactl \ |
147 | python3-license-expression \ | 148 | python3-license-expression \ |
148 | python3-numpy \ | 149 | python3-numpy \ |