tests/lib/devicetree/devices: Exclude thingy52_nrf52832 platform
This test cannot be built for thingy52_nrf52832, as this board uses
regulator devices that need the SX1509B GPIO expander driver that
in turn depends on I2C which needs to be disabled in this test.
Commit b579c12714
addressed a similar
problem for hsdk platforms by excluding those. Use the same solution.
Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
650b516a90
commit
7fa4a33ea1
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ tests:
|
|||
# will mostly likely be the fastest.
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
platform_exclude: hsdk hsdk_2cores
|
||||
platform_exclude: hsdk hsdk_2cores thingy52_nrf52832
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue