Skip to content

Commit e6d7118

Browse files
stephanosionashif
authored andcommitted
tests: log_core_additional: Fix log_user test filter
This commit temporarily disables the `integration_platforms` for the `log_user` test because it cannot be specified alongside the `toolchain_exclude` filter. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 7dde7f6 commit e6d7118

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/subsys/logging/log_core_additional/testcase.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@ tests:
3333
tags: logging
3434
filter: CONFIG_USERSPACE
3535
extra_args: CONF_FILE=log_user.conf USERSPACE_TEST=1
36-
integration_platforms:
37-
- qemu_x86
3836
# FIXME: log_user test fails when compiled with the GCC 12 from Zephyr SDK.
3937
# (see the GitHub issue zephyrproject-rtos/zephyr#49213)
38+
# Make sure to un-comment `integration_platforms` when the above
39+
# issue is fixed. It has been temporarily disabled because
40+
# `integration_platforms` and `toolchain_exclude` cannot be used
41+
# together.
4042
toolchain_exclude: zephyr
43+
# integration_platforms:
44+
# - qemu_x86
4145
testcases:
4246
- log_from_user
4347
- log_hexdump_from_user

0 commit comments

Comments
 (0)