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:
Andrzej Głąbek 2021-12-22 18:42:56 +01:00 committed by Carles Cufí
commit 7fa4a33ea1

View file

@ -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