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>
12 lines
353 B
YAML
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
|