Skip to content

Commit

Permalink
Merge pull request #20151 from maribu/tests/net/gnrc_sixlowpan_frag_s…
Browse files Browse the repository at this point in the history
…fr_congure_impl

tests/net/gnrc_sixlowpan_frag_sfr_congure_impl: disable test on native
  • Loading branch information
miri64 authored Dec 5, 2023
2 parents 9ed2da1 + 5b7a1be commit 7d1d776
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 7d1d776

Please sign in to comment.