From 81c9219375a005e5fd1abee236733fa4c95b19da Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 21 Apr 2022 14:24:37 +1000 Subject: [PATCH] tools/ci.sh: Don't run uasyncio_gather test on macOS. The timing on macOS makes this test unreliable. Signed-off-by: Damien George --- tools/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci.sh b/tools/ci.sh index 0faf1bc711..7d68709ae4 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -561,7 +561,7 @@ function ci_unix_macos_run_tests { # - OSX has poor time resolution and these uasyncio tests do not have correct output # - import_pkg7 has a problem with relative imports # - urandom_basic has a problem with getrandbits(0) - (cd tests && ./run-tests.py --exclude 'uasyncio_(basic|heaplock|lock|wait_task)' --exclude 'import_pkg7.py' --exclude 'urandom_basic.py') + (cd tests && ./run-tests.py --exclude 'uasyncio_(basic|gather|heaplock|lock|wait_task)' --exclude 'import_pkg7.py' --exclude 'urandom_basic.py') } function ci_unix_qemu_mips_setup {