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 <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2021-10-12 09:31:17 -05:00 committed by Christopher Friedt
commit b18eb9569c

View file

@ -5,5 +5,6 @@ tests:
net.ethernet.build: net.ethernet.build:
min_flash: 42 min_flash: 42
min_ram: 32 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 depends_on: spi netif