tests: rtio: rtio_api: explicit RTIO_SUBMIT_SEM=n

Now that `CONFIG_RTIO_SUBMIT_SEM` is the default option, testing the
alternate code path requires explicitly disabling it.

Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2024-11-24 09:21:23 +10:00 committed by Benjamin Cabé
parent 851bda1bb3
commit a072d993ef

View file

@ -12,6 +12,8 @@ tests:
rtio.api:
filter: not CONFIG_ARCH_HAS_USERSPACE
tags: rtio
extra_configs:
- CONFIG_RTIO_SUBMIT_SEM=n
integration_platforms:
- native_sim
rtio.api.submit_sem:
@ -25,6 +27,7 @@ tests:
filter: CONFIG_ARCH_HAS_USERSPACE
extra_configs:
- CONFIG_USERSPACE=y
- CONFIG_RTIO_SUBMIT_SEM=n
arch_exclude:
- posix
tags: