From acaa092d6faf9b8e190a1b8065cc374850e2f99b Mon Sep 17 00:00:00 2001
From: Hauke Petersen <hauke.petersen@fu-berlin.de>
Date: Wed, 15 Nov 2017 11:36:14 +0100
Subject: [PATCH] dist/tools/ci: do not call make for qemu-i386

---
 dist/tools/ci/build_and_test.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dist/tools/ci/build_and_test.sh b/dist/tools/ci/build_and_test.sh
index 80d628099b..898ff4787d 100755
--- a/dist/tools/ci/build_and_test.sh
+++ b/dist/tools/ci/build_and_test.sh
@@ -103,10 +103,6 @@ then
     then
         make -C ./tests/unittests all-debug test BOARD=native TERMPROG='gdb -batch -ex r -ex bt $(ELF)' || exit
         set_result $?
-        # TODO:
-        #   Reenable once https://github.com/RIOT-OS/RIOT/issues/2300 is
-        #   resolved:
-        #   - make -C ./tests/unittests all test BOARD=qemu-i386 || exit
     fi
 
 
-- 
GitLab