From 5b7a1bed2f0839bf4c006e2d30f8884182319eb9 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 5 Dec 2023 15:48:26 +0100 Subject: [PATCH] tests/net/gnrc_sixlowpan_frag_sfr_congure_impl: disable test on native This test sporadically failed on multiple machines compiled with both GNU and LLVM toolchains. To not waste more CI time by sporadically failing unrelated CI runs, let's disable the test for now. --- tests/net/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/net/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile b/tests/net/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile index 2a90b61b5b5a..22765e6245f8 100644 --- a/tests/net/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile +++ b/tests/net/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile @@ -1,5 +1,12 @@ include ../Makefile.net_common +# This tests fails sporadically in the CI on native with both GCC and LLVM +# toolchains. Maybe it just fluke and due to high load on the machines, +# maybe it is an actual race condition. +# +# TODO: Solve the issue and re-enable +TEST_ON_CI_BLACKLIST += native + USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_ipv6_router_default USEMODULE += gnrc_sixlowpan_frag_sfr