samples: bluetooth: PAST: Disable for nrf52_bsim

The Zephyr controller does not support PAST, and there
is no other controller we can build upstream with these samples.

Disable these 2 samples for the nrf52_bsim until PAST
is supported by the controller.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-03-02 16:48:40 +01:00 committed by Carles Cufí
parent 01b9a9cdbb
commit 4c37545c26
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ sample:
tests:
sample.bluetooth.central_past:
harness: bluetooth
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim
platform_allow: qemu_cortex_m3 qemu_x86
integration_platforms:
- qemu_cortex_m3
tags: bluetooth

View file

@ -3,7 +3,7 @@ sample:
tests:
sample.bluetooth.peripheral_past:
harness: bluetooth
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim
platform_allow: qemu_cortex_m3 qemu_x86
tags: bluetooth
integration_platforms:
- qemu_cortex_m3