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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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}
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}