Disable new test/rt/variant tests

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15352 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
akscram 2022-01-13 10:03:55 +00:00
parent d6eb9a4d94
commit 72e49f4a86
1 changed files with 7 additions and 5 deletions

View File

@ -12,8 +12,10 @@ demos/various/RT-ARMCM4-MAKELIB/Makefile:
testhal/STM32/STM32WLxx/Makefile: [] testhal/STM32/STM32WLxx/Makefile: []
# Build different RT configuration variants and generate gcov files. # Build different RT configuration variants and generate gcov files.
test/rt/variant/make: test/rt/variant/make: []
- all # TODO: Not working well in CI, disabled until it is clear how to run
- test # them properly.
- gcov # - all
- clean # - test
# - gcov
# - clean