From e4236be678d0914e2bbc53b47e437f4f7503dca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Laso=C5=84czyk?= Date: Mon, 19 Aug 2024 08:46:07 +0200 Subject: [PATCH] tests: cpp: Exclude nRF54L20 platform from cpp98 test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exclude nRF54L20 platform as Nordic HAL is not compatible with C++98. Signed-off-by: Karol Lasończyk --- tests/lib/cpp/cxx/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/cpp/cxx/testcase.yaml b/tests/lib/cpp/cxx/testcase.yaml index 30d4acc6f88..5601886b150 100644 --- a/tests/lib/cpp/cxx/testcase.yaml +++ b/tests/lib/cpp/cxx/testcase.yaml @@ -39,6 +39,7 @@ tests: platform_exclude: - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp + - nrf54l20pdk/nrf54l20/cpuapp - nrf54h20dk/nrf54h20/cpuapp - nrf54h20dk/nrf54h20/cpurad - nrf9280pdk/nrf9280/cpuapp