From 463eef1c55f96e64ca89b03f8ea143df4ced0bbe Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 20 Feb 2024 12:30:23 +0100 Subject: [PATCH] tests/sys/posix_semaphore: disable native,native64 on CI The CI tests may fail under load with: first: waited too long 1001711 usec => FAILED --- tests/sys/posix_semaphore/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/sys/posix_semaphore/Makefile b/tests/sys/posix_semaphore/Makefile index 6bf4619e6a..5d6c34b46c 100644 --- a/tests/sys/posix_semaphore/Makefile +++ b/tests/sys/posix_semaphore/Makefile @@ -7,4 +7,8 @@ USEMODULE += ztimer64_usec # microbit qemu failing currently TEST_ON_CI_BLACKLIST += microbit +# native / native64 may fail under load with: +# first: waited too long usec => FAILED +TEST_ON_CI_BLACKLIST += native native64 + include $(RIOTBASE)/Makefile.include