diff --git a/dist/tools/ci/build_and_test.sh b/dist/tools/ci/build_and_test.sh index 80d628099b079556bb204b56ec41bac173a6a4b6..898ff4787d80464346af88f26744d49f7b273846 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