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:
parent
01b9a9cdbb
commit
4c37545c26
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue