Skip to content

Commit 81fd573

Browse files
committed
quarantine_zephyr: Clean up quarantine for sdk-zephyr
Remove quarantined test configurations that have been resolved or reference non-existent scenarios for sdk-zephyr. Signed-off-by: Katarzyna Giądła <[email protected]>
1 parent f1044b9 commit 81fd573

File tree

1 file changed

+0
-111
lines changed

1 file changed

+0
-111
lines changed

scripts/quarantine_zephyr.yaml

Lines changed: 0 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@
88
- sample.libraries.hash_map.newlib.cxx_unordered_map.djb2
99
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-21219"
1010

11-
- scenarios:
12-
- mcuboot.recovery.retention
13-
- mcuboot.recovery.retention.mem
14-
platforms:
15-
- nrf52840dk/nrf52840
16-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24920"
17-
18-
- scenarios:
19-
- mgmt.mcumgr.all.options
20-
- mgmt.mcumgr.all.options.other
21-
platforms:
22-
- nrf52840dk/nrf52840
23-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24921"
24-
2511
- scenarios:
2612
- sample.bluetooth.central.multilink
2713
- sample.bluetooth.peripheral_identity
@@ -61,18 +47,6 @@
6147
- native_sim/native/64
6248
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24924"
6349

64-
- scenarios:
65-
- sample.ipc.openamp
66-
platforms:
67-
- mps2_an521
68-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24926"
69-
70-
- scenarios:
71-
- sample.mcumgr.smp_svr.mcuboot_flags.direct_xip_withrevert
72-
platforms:
73-
- nrf52840dk/nrf52840
74-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24927"
75-
7650
- scenarios:
7751
- sample.mgmt.osdp.control_panel
7852
- sample.mgmt.osdp.control_panel_sc
@@ -115,38 +89,6 @@
11589
11690
comment: "https://nordicsemi.atlassian.net/browse/NRFX-3813"
11791

118-
- scenarios:
119-
- kernel.timer.timer
120-
platforms:
121-
- nrf52dk/nrf52832
122-
comment: "RAM overflow in NCS specifically - vanilla Zephyr build still fits."
123-
124-
- scenarios:
125-
- drivers.flash.common.default
126-
platforms:
127-
- nrf54l15dk/nrf54l15/cpuapp
128-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-27852"
129-
130-
- scenarios:
131-
- arch.interrupt.gen_isr_table.riscv_no_direct
132-
platforms:
133-
- [email protected]/nrf54h20/cpuppr
134-
- nrf54l15dk/nrf54l15/cpuflpr
135-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-27981"
136-
137-
- scenarios:
138-
- sample.net.sockets.big_http_download
139-
- sample.net.sockets.big_http_download.ci
140-
platforms:
141-
- nrf54l15dk/nrf54l15/cpuapp
142-
comment: "to be fixed in https://github.com/zephyrproject-rtos/zephyr/pull/73777"
143-
144-
- scenarios:
145-
- sample.net.sockets.http.server
146-
platforms:
147-
- [email protected]/nrf54h20/cpurad
148-
comment: "to be fixed in https://github.com/zephyrproject-rtos/zephyr/pull/73777"
149-
15092
- scenarios:
15193
- sample.drivers.spi.flash
15294
- sample.drivers.spi.flash_dpd
@@ -187,22 +129,6 @@
187129
- nrf54l15dk/nrf54l15/cpuapp
188130
comment: "Test not aligned for nrf54l15 - missing snippet settings"
189131

190-
- scenarios:
191-
- net.sockets.tls12.ec_kex
192-
- net.sockets.tls13.ephemeral_kex
193-
- net.sockets.tls13.psk_kex.tickets
194-
- net.sockets.tls13.ephemeral_kex.tickets
195-
platforms:
196-
- native_sim/native
197-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-30873"
198-
199-
- scenarios:
200-
- drivers.power_domain.build.pm
201-
- drivers.power_domain.build
202-
platforms:
203-
- native_sim/native
204-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-30877"
205-
206132
- scenarios:
207133
- sample.mcumgr.smp_svr.ram_load.*
208134
platforms:
@@ -216,21 +142,6 @@
216142
- nrf5340dk/nrf5340/cpuapp/ns
217143
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-31574"
218144

219-
- scenarios:
220-
- drivers.eeprom.emul.build
221-
platforms:
222-
- [email protected]/nrf54h20/cpuppr
223-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-31589"
224-
225-
- scenarios:
226-
- llext.writable
227-
- llext.writable_relocatable
228-
- llext.writable_slid_linking
229-
- llext.writable_relocatable_slid_linking
230-
platforms:
231-
232-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-31590"
233-
234145
- scenarios:
235146
- drivers.stepper.shell
236147
- drivers.stepper.shell_async
@@ -287,27 +198,12 @@
287198
- qemu_cortex_m3/ti_lm3s6965
288199
comment: "https://github.com/zephyrproject-rtos/zephyr/issues/89488"
289200

290-
- scenarios:
291-
- portability.posix.xsi_realtime
292-
- portability.posix.xsi_realtime.minimal
293-
- portability.posix.xsi_realtime.newlib
294-
- portability.posix.xsi_realtime.picolibc
295-
platforms:
296-
- qemu_cortex_m3/ti_lm3s6965
297-
comment: "https://github.com/zephyrproject-rtos/zephyr/issues/89485"
298-
299201
- scenarios:
300202
- drivers.gpio.build
301203
platforms:
302204
- nrf54l15dk/nrf54l15/cpuflpr
303205
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-33288"
304206

305-
- scenarios:
306-
- kernel.scheduler.simple_timeslicing
307-
platforms:
308-
- nrf52dk/nrf52832
309-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-33279"
310-
311207
- scenarios:
312208
- usb.device_next.build_all
313209
platforms:
@@ -348,13 +244,6 @@
348244
- nrf54l15dk/nrf54l15/cpuapp
349245
comment: "Won't be fixed - https://nordicsemi.atlassian.net/browse/NCSDK-15508"
350246

351-
- scenarios:
352-
- net.mqtt.tls
353-
platforms:
354-
- [email protected]/nrf9160/ns
355-
- nrf5340dk/nrf5340/cpuapp/ns
356-
comment: "Won't be fixed - https://nordicsemi.atlassian.net/browse/NCSDK-24922"
357-
358247
- scenarios:
359248
- net.socket.register.tls
360249
platforms:

0 commit comments

Comments
 (0)