Skip to content

Commit

Permalink
tests/net/gnrc_sixlowpan_frag_sfr_congure_impl: disable test on native
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maribu committed Dec 5, 2023
1 parent 848f3d1 commit 5b7a1be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/net/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5b7a1be

Please sign in to comment.