From b7ab9a97af9c4b535ee0b29af7068168271a60f0 Mon Sep 17 00:00:00 2001 From: Maciej Perkowski Date: Thu, 6 Jun 2024 15:07:08 +0200 Subject: [PATCH] quarantine: Update quarantnie for tests in zephyr Add failing scenarios to the appropriate quarantine. Signed-off-by: Maciej Perkowski --- scripts/quarantine_zephyr.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/scripts/quarantine_zephyr.yaml b/scripts/quarantine_zephyr.yaml index b54e9170f2ac..2a347f9737fc 100644 --- a/scripts/quarantine_zephyr.yaml +++ b/scripts/quarantine_zephyr.yaml @@ -147,6 +147,25 @@ platforms: - nrf52dk/nrf52832 comment: "RAM overflow in NCS specifically - vanilla Zephyr build still fits." + +- scenarios: + - drivers.flash.common.default + platforms: + - nrf54l15pdk/nrf54l15/cpuapp + comment: "https://nordicsemi.atlassian.net/browse/NCSDK-27852" + +- scenarios: + - buildsystem.kconfig.utf8_in_values + platforms: + - nrf54l15pdk/nrf54l15/cpuapp + - nrf54h20dk/nrf54h20/cpuapp + comment: "https://nordicsemi.atlassian.net/browse/NCSDK-27853" + +- scenarios: + - sample.modules.canopennode.no_storage + platforms: + - nrf54h20dk/nrf54h20/cpuapp + comment: "https://nordicsemi.atlassian.net/browse/NCSDK-27854" # --------------------------------- Won't fix section -----------------------------------