From 4d74b40ace189db2f5d7358f520b1360e306e390 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 13 Feb 2024 09:00:18 +0100 Subject: [PATCH] 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. --- tests/net/gnrc_rpl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/net/gnrc_rpl/Makefile b/tests/net/gnrc_rpl/Makefile index 41022218ff2c..572bb53ba95f 100644 --- a/tests/net/gnrc_rpl/Makefile +++ b/tests/net/gnrc_rpl/Makefile @@ -27,7 +27,7 @@ host-tools: TEST_DEPS += host-tools -include $(RIOTBASE)/Makefile.include - # Test is flaky and regularly derails unrelated merge trains TEST_ON_CI_BLACKLIST += native native64 + +include $(RIOTBASE)/Makefile.include