These tests appear to be load-sensitive, so skip them in the ptests. [ YOCTO #16214 ]
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-devtools/tcltk/tcl/run-ptest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest index 86b74a4177d..46f6cdca333 100644 --- a/meta/recipes-devtools/tcltk/tcl/run-ptest +++ b/meta/recipes-devtools/tcltk/tcl/run-ptest @@ -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} -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#234034): https://lists.openembedded.org/g/openembedded-core/message/234034 Mute This Topic: https://lists.openembedded.org/mt/118522973/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
