mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20151 from maribu/tests/net/gnrc_sixlowpan_frag_sfr_congure_impl
tests/net/gnrc_sixlowpan_frag_sfr_congure_impl: disable test on native
This commit is contained in:
commit
7d1d776b86
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user