@@ -34,6 +34,8 @@ SKIP="$SKIP http11-\*"
SKIP="$SKIP httpProxy-\*"
# These tests appear to be load-sensitive (16214)
SKIP="$SKIP mutex-condition-\*"
+# Timer-related tests are going to be fragile (16324)
+SKIP="$SKIP timer-\*"
# Run all tests in tests/*.test unless tests are specified as arguments
TESTS=${*:-tests/*.test}
@@ -32,6 +32,8 @@ SKIP="$SKIP socket-\* socket_inet\* socket_inet6\*"
SKIP="$SKIP http11-\*"
# tries to access google.com
SKIP="$SKIP httpProxy-\*"
+# Timer-related tests are going to be fragile (16324)
+SKIP="$SKIP timer-\*"
# Run all tests in tests/*.test unless tests are specified as arguments
TESTS=${*:-tests/*.test}
We've seen the timer tests fail on the autobuilder, presumably because any tests that are exercising the timers will be unstable on a loaded system. [ YOCTO #16324 ] Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/tcltk/tcl/run-ptest | 2 ++ meta/recipes-devtools/tcltk8/tcl8/run-ptest | 2 ++ 2 files changed, 4 insertions(+)