From 7fa4a33ea178a65761615f1a99bd4e7262a51fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20G=C5=82=C4=85bek?= Date: Wed, 22 Dec 2021 18:42:56 +0100 Subject: [PATCH] tests/lib/devicetree/devices: Exclude thingy52_nrf52832 platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 b579c12714a452ddcb436615d218d39f9f0cd5bd addressed a similar problem for hsdk platforms by excluding those. Use the same solution. Signed-off-by: Andrzej Głąbek --- tests/lib/devicetree/devices/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/devicetree/devices/testcase.yaml b/tests/lib/devicetree/devices/testcase.yaml index 388dd496120..1dc032450d0 100644 --- a/tests/lib/devicetree/devices/testcase.yaml +++ b/tests/lib/devicetree/devices/testcase.yaml @@ -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