1
0
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:
Marian Buschsieweke 2023-12-05 15:48:26 +01:00
parent 848f3d1ade
commit 5b7a1bed2f
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -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