From b18eb9569ce28f907d995c7e348e6a9e44e0e7c0 Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Tue, 12 Oct 2021 09:31:17 -0500 Subject: [PATCH] tests: ethernet: Disable ethernet build test for RT10xx platforms RT10xx platforms will fail to build with SPI and Ethernet enabled due to a pin conflict. Exclude them from the ethernet build test as it enables SPI and will fail. Signed-off-by: Daniel DeGrasse --- tests/drivers/build_all/ethernet/testcase.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/drivers/build_all/ethernet/testcase.yaml b/tests/drivers/build_all/ethernet/testcase.yaml index dc5b86afdc6..a7348bc018f 100644 --- a/tests/drivers/build_all/ethernet/testcase.yaml +++ b/tests/drivers/build_all/ethernet/testcase.yaml @@ -5,5 +5,6 @@ tests: net.ethernet.build: min_flash: 42 min_ram: 32 - platform_exclude: frdm_kw41z + platform_exclude: frdm_kw41z mimxrt1020_evk mimxrt1024_evk mimxrt1050_evk + mimxrt1060_evk mimxrt1064_evk depends_on: spi netif