diff mbox series

[meta-networking,2/2] lksctp-tools: move ptest from problem-list to slow-list

Message ID 20251026121602.2772473-2-skandigraun@gmail.com
State Under Review
Headers show
Series [meta-networking,1/2] net-snmp: fix ptests | expand

Commit Message

Gyorgy Sarvari Oct. 26, 2025, 12:16 p.m. UTC
The tests execute and pass successfully - I managed to run them
successfully, without a change on x86-64 and aarch64.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../conf/include/ptest-packagelists-meta-networking.inc         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc
index 1cdb6d1811..408b559da2 100644
--- a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc
+++ b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc
@@ -34,12 +34,12 @@  PTESTS_FAST_META_NETWORKING:remove:libc-musl = "\
 # firewalld currently hangs forever so disable it for now
 #    firewalld
 PTESTS_SLOW_META_NETWORKING = "\
+    lksctp-tools \
     net-snmp \
     openvpn \
 "
 
 PTESTS_PROBLEMS_META_NETWORKING = "\
-    lksctp-tools \
     nftables \
     python3-scapy \
 "