From ff064f6f59ea6caa8f86754a2a382b5147c9acff Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 31 Oct 2023 16:49:03 +0100 Subject: [PATCH] Bluetooth samples: unicast audio: Remove useless test targets Remove the qemu targets for the controller configuration. As those do not support the controller, it is just meaningless. Signed-off-by: Alberto Escolar Piedras --- samples/bluetooth/unicast_audio_client/sample.yaml | 2 -- samples/bluetooth/unicast_audio_server/sample.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/samples/bluetooth/unicast_audio_client/sample.yaml b/samples/bluetooth/unicast_audio_client/sample.yaml index 5e98d3d0df8..be739bb5bb8 100644 --- a/samples/bluetooth/unicast_audio_client/sample.yaml +++ b/samples/bluetooth/unicast_audio_client/sample.yaml @@ -17,8 +17,6 @@ tests: sample.bluetooth.audio_unicast_client.bt_ll_sw_split: harness: bluetooth platform_allow: - - qemu_cortex_m3 - - qemu_x86 - nrf52_bsim - nrf52dk_nrf52832 - nrf52840dk_nrf52840 diff --git a/samples/bluetooth/unicast_audio_server/sample.yaml b/samples/bluetooth/unicast_audio_server/sample.yaml index 280edd44f84..063ab7ae41e 100644 --- a/samples/bluetooth/unicast_audio_server/sample.yaml +++ b/samples/bluetooth/unicast_audio_server/sample.yaml @@ -17,8 +17,6 @@ tests: sample.bluetooth.audio_unicast_server.bt_ll_sw_split: harness: bluetooth platform_allow: - - qemu_cortex_m3 - - qemu_x86 - nrf52_bsim - nrf52dk_nrf52832 - nrf52840dk_nrf52840