Skip to content

Commit c82e331

Browse files
committed
tests/driver_ds3231: blacklist on CI
The test needs real hardware to run, so including it in the automated CI tests will always fail.
1 parent 9d46bc7 commit c82e331

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/driver_ds3231/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
include ../Makefile.tests_common
22

3+
# the test needs real hardware to run
4+
TEST_ON_CI_BLACKLIST += all
5+
36
# Blacklist iotlab boards since a different device has the same i2c address
47
BOARD_BLACKLIST := iotlab-a8-m3 \
58
iotlab-m3

0 commit comments

Comments
 (0)