From d2e67261ae40ffa079a89777fe229e9654453754 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss <weiss.kevin604@gmail.com> Date: Thu, 3 Jan 2019 14:38:56 +0100 Subject: [PATCH] tests/driver_ds1307: Blacklist iotlab boards This states iotlab boards shouldn't run these tests. This is because the i2c address of L3G4200 is the same ad the ds1307. This causes an error that thinks the test is valid when it is not. --- tests/driver_ds1307/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/driver_ds1307/Makefile b/tests/driver_ds1307/Makefile index 9f9eb79bca..2b39618a9a 100644 --- a/tests/driver_ds1307/Makefile +++ b/tests/driver_ds1307/Makefile @@ -1,5 +1,9 @@ include ../Makefile.tests_common +# Blacklist iotlab boards since a different device has the same i2c address +BOARD_BLACKLIST := iotlab-a8-m3 \ + iotlab-m3 + USEMODULE += ds1307 USEMODULE += embunit USEMODULE += xtimer -- GitLab