mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
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.
This commit is contained in:
parent
848f3d1ade
commit
5b7a1bed2f
@ -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…
x
Reference in New Issue
Block a user