Skip to content

Commit 4c9b7f9

Browse files
committed
scripts: quarantine_zephyr: Quarantine failing Zephyr tests
Skip Zephyr tests that fail in NCS CI after the upmerge until the underlying issues are resolved. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 8c74fcd commit 4c9b7f9

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

scripts/quarantine_zephyr.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,12 @@
205205
- nrf5340dk/nrf5340/cpunet
206206
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-37803"
207207

208+
- scenarios:
209+
- bluetooth.hci
210+
platforms:
211+
- native_sim/native
212+
comment: "util_hci_evt.h missing after [nrf noup] revert of ext adv report discard handling"
213+
208214
- scenarios:
209215
- secure_storage.psa.its.secure_storage.custom.store
210216
platforms:
@@ -313,6 +319,7 @@
313319
- kernel.context
314320
- kernel.context.minimallibc
315321
- kernel.lifo.usage
322+
- kernel.poll
316323
- kernel.poll.minimallibc
317324
- kernel.scheduler
318325
- kernel.scheduler.multiq
@@ -355,6 +362,7 @@
355362
- libraries.libc.common.picolibc.notls
356363
- libraries.net_buf.buf
357364
- libraries.ring_buffer
365+
- logging.backend.uart.multi
358366
- logging.immediate.*
359367
- logging.thread
360368
- message_bus.zbus.general_unittests
@@ -400,6 +408,7 @@
400408

401409
- scenarios:
402410
- .*secure_storage.*
411+
- benchmark.crypto.psa
403412
- cpp.libcxx.glibcxx.picolibc
404413
- drivers.can.shell
405414
- kernel.common
@@ -457,9 +466,11 @@
457466
comment: "not compatible with NCS (Frank Audun Kvamtro)"
458467

459468
- scenarios:
460-
- drivers.wifi.build.spi
469+
- drivers.net.wifi.build.spi
461470
platforms:
471+
- native_sim
462472
- native_sim/native
473+
- native_sim/native/64
463474
comment: "requires pulling in hal_atmel but is actually not very useful"
464475

465476
- scenarios:
@@ -627,3 +638,9 @@
627638
- nrf5340dk/nrf5340/cpuapp/ns
628639
- nrf9160dk@0.14.0/nrf9160/ns
629640
comment: "FLASH overflowed"
641+
642+
- scenarios:
643+
- sample.shell.devmem_load.uart.interrupt
644+
platforms:
645+
- nrf54h20dk@0.9.0/nrf54h20/cpuppr
646+
comment: "sample is native_sim only"

0 commit comments

Comments
 (0)