Skip to content

Commit 98458e2

Browse files
hakehuangkartben
authored andcommitted
tests: uart: add extra_conf to disable CONFIG_USERSPACE
while disable USERSPACE we need set CONFIG_TEST_ENABLE_USERSPACE=n fixes: #82758 Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
1 parent 77c1414 commit 98458e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/drivers/uart/uart_async_api/testcase.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ tests:
5252
filter: CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_UART_MCUX_LPUART and not CONFIG_CPU_HAS_DCACHE
5353
harness: ztest
5454
depends_on: dma
55+
extra_configs:
56+
- CONFIG_USERSPACE=n
57+
- CONFIG_TEST_USERSPACE=n
5558
drivers.uart.async_api.lpuart.rt_nocache:
5659
filter: CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_UART_MCUX_LPUART and CONFIG_CPU_HAS_DCACHE
5760
harness: ztest
@@ -60,6 +63,7 @@ tests:
6063
- CONFIG_DCACHE=y
6164
- CONFIG_NOCACHE_MEMORY=y
6265
- CONFIG_USERSPACE=n
66+
- CONFIG_TEST_USERSPACE=n
6367
drivers.uart.async_api.sam0:
6468
filter: CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_SOC_FAMILY_ATMEL_SAM0
6569
platform_allow:

0 commit comments

Comments
 (0)