| Message ID | 20260326175457.2194709-1-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | tcl: skip the mutex-condition-* tests as they're load sensitive | expand |
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}
These tests appear to be load-sensitive, so skip them in the ptests. [ YOCTO #16214 ] Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/tcltk/tcl/run-ptest | 2 ++ 1 file changed, 2 insertions(+)