zephyr/tests/boards/native_sim/rtc/testcase.yaml
Alberto Escolar Piedras cc7f92865c tests/boards/native_sim: Switch to only support native_sim
These tests kept supporting native_posix thanks to the native_sim
compatibility mode. But now native_posix is being removed. So let's
just switch them to run only on native_sim.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2025-03-07 19:16:14 +01:00

12 lines
353 B
YAML

# Test of the native_sim real timeness and RTC model
tests:
boards.native.rtc:
platform_allow:
- native_sim
- native_sim/native/64
integration_platforms:
- native_sim
build_only: true
# Note: this test depends too much on not having a high host load to pass.
# Therefore it should not be run in automated regression