]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
tcl: skip the mutex-condition-* tests as they're load sensitive
authorRoss Burton <ross.burton@arm.com>
Thu, 26 Mar 2026 17:54:57 +0000 (17:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Mar 2026 17:12:44 +0000 (17:12 +0000)
These tests appear to be load-sensitive, so skip them in the ptests.

[ YOCTO #16214 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/tcltk/tcl/run-ptest

index 86b74a4177d6e00c75a865795d36ba47f767da0b..46f6cdca3335d8e14e0e555fd43cee7c94b64dad 100644 (file)
@@ -32,6 +32,8 @@ SKIP="$SKIP socket-\* socket_inet\* socket_inet6\*"
 SKIP="$SKIP http11-\*"
 # tries to access google.com
 SKIP="$SKIP httpProxy-\*"
+# These tests appear to be load-sensitive (16214)
+SKIP="$SKIP mutex-condition-\*"
 
 # Run all tests in tests/*.test unless tests are specified as arguments
 TESTS=${*:-tests/*.test}