1
0
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:
Martine Lenders 2023-12-05 15:25:00 +00:00 committed by GitHub
commit 7d1d776b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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