samples/bluetooth/hap_ha: Don't test on native_posix

native_posix is now deprecated.
Building this sample in both native_sim and native_posix
does not improve coverage for the sample but doubles CI time.
As anyhow native_posix will be removed all together in
2 releases, let's remove it already for this sample.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-09-21 07:25:57 +02:00 committed by Anas Nashif
parent 5fc3f56125
commit 1a5ff2cee2
2 changed files with 0 additions and 11 deletions

View file

@ -1,7 +0,0 @@
CONFIG_LOG_MODE_IMMEDIATE=y
CONFIG_BT_TINYCRYPT_ECC=y
# For LE-audio at 10ms intervals we need the tick counter to occur more frequently
# than every 10 ms as each PDU for some reason takes 2 ticks to process.
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME=y

View file

@ -5,14 +5,12 @@ tests:
sample.bluetooth.hap_ha.monaural:
harness: bluetooth
platform_allow:
- native_posix
- native_sim
tags: bluetooth
build_only: true
sample.bluetooth.hap_ha.monaural_no_presets:
harness: bluetooth
platform_allow:
- native_posix
- native_sim
tags: bluetooth
build_only: true
@ -21,7 +19,6 @@ tests:
sample.bluetooth.hap_ha.banded:
harness: bluetooth
platform_allow:
- native_posix
- native_sim
tags: bluetooth
extra_args: OVERLAY_CONFIG="banded.conf"
@ -29,7 +26,6 @@ tests:
sample.bluetooth.hap_ha.binaural:
harness: bluetooth
platform_allow:
- native_posix
- native_sim
tags: bluetooth
extra_args: OVERLAY_CONFIG="binaural.conf"