From aa2b72d32af01e1b667eefcd92bf64ca135a1dc4 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 10 Apr 2024 14:24:42 +0000 Subject: [PATCH] tests: logging: remove userspace testing This test is disabled upstream for a while and only run on zephyr toolchains. Logging is missing the support needed for userspace, see releated issue. Signed-off-by: Anas Nashif --- .../logging/log_core_additional/testcase.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/subsys/logging/log_core_additional/testcase.yaml b/tests/subsys/logging/log_core_additional/testcase.yaml index 53c2d34f5e0..c643740b1ba 100644 --- a/tests/subsys/logging/log_core_additional/testcase.yaml +++ b/tests/subsys/logging/log_core_additional/testcase.yaml @@ -9,18 +9,3 @@ tests: extra_args: CONF_FILE=log_sync.conf integration_platforms: - native_sim - logging.log_user: - tags: logging - filter: CONFIG_USERSPACE - extra_args: - - CONF_FILE=log_user.conf - - USERSPACE_TEST=1 - # FIXME: log_user test fails when compiled with the GCC 12 from Zephyr SDK. - # (see the GitHub issue zephyrproject-rtos/zephyr#49213) - # Make sure to un-comment `integration_platforms` when the above - # issue is fixed. It has been temporarily disabled because - # `integration_platforms` and `toolchain_exclude` cannot be used - # together. - toolchain_exclude: zephyr - # integration_platforms: - # - qemu_x86