From b579c12714a452ddcb436615d218d39f9f0cd5bd Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 6 May 2021 11:01:01 -0500 Subject: [PATCH] tests: devicetree: exclude hsdk platforms The devicetree test will not link the hsdk platforms as when CONFIG_GPIO=y this enable CONFIG_I2C as the board utilizes a GPIO expander over I2C. So we exclude building this test on the hsdk platforms. Signed-off-by: Kumar Gala --- tests/lib/devicetree/devices/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/devicetree/devices/testcase.yaml b/tests/lib/devicetree/devices/testcase.yaml index f9d008329ea..388dd496120 100644 --- a/tests/lib/devicetree/devices/testcase.yaml +++ b/tests/lib/devicetree/devices/testcase.yaml @@ -5,3 +5,4 @@ tests: # will mostly likely be the fastest. integration_platforms: - native_posix + platform_exclude: hsdk hsdk_2cores