From a407c65077ab31902e851a47e7f603fd0f6149a8 Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Thu, 4 Jul 2024 21:17:28 +0900 Subject: [PATCH] tests: Exclude Renesas RA from testing CPP98 The Renesas RA HAL isn't compatible with the C++98 standard so skipping the test all of Renesas RA SoC Signed-off-by: TOKITA Hiroshi --- tests/lib/cpp/cxx/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/cpp/cxx/testcase.yaml b/tests/lib/cpp/cxx/testcase.yaml index cac167d15c5ed4f..9ea02aabf73b5e5 100644 --- a/tests/lib/cpp/cxx/testcase.yaml +++ b/tests/lib/cpp/cxx/testcase.yaml @@ -40,7 +40,7 @@ tests: - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp - nrf54h20dk/nrf54h20/cpurad - - ek_ra8m1 + filter: not CONFIG_HAS_RENESAS_RA_FSP build_only: true extra_configs: - CONFIG_STD_CPP98=y