diff mbox series

[master] libseccomp: Add back in PTESTS_SLOW list

Message ID 20240305142634.60644-1-pramanik.souravkumar@gmail.com
State New
Headers show
Series [master] libseccomp: Add back in PTESTS_SLOW list | expand

Commit Message

Sourav Pramanik March 5, 2024, 2:26 p.m. UTC
Enable libseccomp-ptest in PTESTS_SLOW as
all tests are passing now.

Signed-off-by: Sourav Pramanik <pramanik.souravkumar@gmail.com>
---
 meta/conf/distro/include/ptest-packagelists.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 0192146dbd..8474204fd4 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -120,6 +120,7 @@  PTESTS_SLOW = "\
     util-linux \
     valgrind \
     lz4 \
+    libseccomp \
 "
 
 # python3 ptests hang on qemuriscv64
@@ -139,7 +140,6 @@  PTESTS_PROBLEMS:append:x86 = " valgrind"
 #    libpam \ # Needs pam DISTRO_FEATURE
 #    mdadm \ # tests are flaky in AB.
 #    numactl \ # qemu not (yet) configured for numa; all tests are skipped
-#    libseccomp \ #  tests failed: 38; add to slow tests once addressed
 #    python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures
 
 PTESTS_PROBLEMS = "\
@@ -149,7 +149,6 @@  PTESTS_PROBLEMS = "\
     ifupdown \
     libinput \
     libpam \
-    libseccomp \
     mdadm \
     numactl \
     python3-license-expression \