tests: devicetree: device: Exclude test on bbc_microbit

The bbc_microbit boards end up enabling CONFIG_SENSOR because of
CLOCK_CONTROL_NRF_USES_TEMP_SENSOR.  This ends up enabling the I2C
bus which causes CONFIG_I2C_TEST=y.  We end up with a build conflict
betwee the i2c_test.c driver and the test case code.  So the easiest
solution is to just exclude the platforms from this test.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-08-10 12:18:11 -05:00 committed by Carles Cufí
parent 3f124ba14d
commit 729f1ec301

View file

@ -5,4 +5,4 @@ tests:
# will mostly likely be the fastest.
integration_platforms:
- native_posix
platform_exclude: hsdk hsdk_2cores thingy52_nrf52832
platform_exclude: hsdk hsdk_2cores thingy52_nrf52832 bbc_microbit bbc_microbit_v2