Skip to content

Commit b0162f5

Browse files
committed
quarantine_zephyr: Add drivers.wifi.build.spi on native_sim/native
This test is not really useful in NCS context (checking if the nRF Wi-Fi driver can be built successfully is done by other tests and samples), and it requires the hal_atmel module to be pulled in (because the WINC1500 driver requires two header files that are located in that module). And the module weights ~87 MB, so it's not reasonable to pull it in just for this one test. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 20b0271 commit b0162f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/quarantine_zephyr.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,3 +500,9 @@
500500
- scenarios:
501501
- sample.net.prometheus
502502
comment: "not compatible with NCS (Frank Audun Kvamtro)"
503+
504+
- scenarios:
505+
- drivers.wifi.build.spi
506+
platforms:
507+
- native_sim/native
508+
comment: "requires pulling in hal_atmel but is actually not very useful"

0 commit comments

Comments
 (0)