Commit 3d729986 authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Alberto Escolar
Browse files

tests/bsim: Provisionally disable the nrf54l15 BT tests

Let's provisionally disable the nrf54l15 BT tests in CI
due to instability issues in the controller for this
platform.
See https://github.com/zephyrproject-rtos/zephyr/issues/74635



This should be reverted once the underlaying issue is fixed.

Signed-off-by: default avatarAlberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
parent 5e295ac3
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -35,9 +35,12 @@ TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpuapp.txt \
tests/bsim/run_parallel.sh

# nrf54l15bsim/nrf54l15/cpuapp set:
nice tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh

BOARD=nrf54l15bsim/nrf54l15/cpuapp \
RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.54l15_cpuapp.xml \
TESTS_FILE=tests/bsim/bluetooth/tests.nrf54l15bsim_nrf54l15_cpuapp.txt \
tests/bsim/run_parallel.sh
# We provisionally disable the nrf54l15 BT tests in CI due to instability issues in the
# controller for this platform. See https://github.com/zephyrproject-rtos/zephyr/issues/74635
# This should be reverted once the underlaying issue is fixed
#nice tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh

#BOARD=nrf54l15bsim/nrf54l15/cpuapp \
#RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.54l15_cpuapp.xml \
#TESTS_FILE=tests/bsim/bluetooth/tests.nrf54l15bsim_nrf54l15_cpuapp.txt \
#tests/bsim/run_parallel.sh