Skip to content

Commit 793d8bb

Browse files
danieldegrassefabiobaltieri
authored andcommitted
tests: net: wifi: exclude RW612 ethernet variant
Ethernet board variant was missed in commit 138e959 (tests: net: wifi: exclude RW612 based boards), but is the sole variant that actually was running this test. Exclude this variant only, since it cannot build this test due to requiring binary blobs. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 4c4a4c3 commit 793d8bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/net/wifi/wifi_nm/testcase.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ tests:
88
- CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y
99
tags: wifi
1010
platform_exclude:
11-
- frdm_rw612 # Requires binary blobs to build
12-
- rd_rw612_bga # Requires binary blobs to build
11+
- rd_rw612_bga/rw612/ethernet # Requires binary blobs to build

0 commit comments

Comments
 (0)