Skip to content

Commit 4d74b40

Browse files
committed
tests/net/gnrc_rpl: Try to disable the test on native
The test is already marked as disabled, but executed anyway. Hopefully this does the trick.
1 parent a3e05c5 commit 4d74b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/net/gnrc_rpl/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ host-tools:
2727

2828
TEST_DEPS += host-tools
2929

30-
include $(RIOTBASE)/Makefile.include
31-
3230
# Test is flaky and regularly derails unrelated merge trains
3331
TEST_ON_CI_BLACKLIST += native native64
32+
33+
include $(RIOTBASE)/Makefile.include

0 commit comments

Comments
 (0)