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: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
5e295ac39e
commit
3d729986e0
1 changed files with 8 additions and 5 deletions
|
@ -35,9 +35,12 @@ TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpuapp.txt \
|
||||||
tests/bsim/run_parallel.sh
|
tests/bsim/run_parallel.sh
|
||||||
|
|
||||||
# nrf54l15bsim/nrf54l15/cpuapp set:
|
# nrf54l15bsim/nrf54l15/cpuapp set:
|
||||||
nice tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.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 \
|
#BOARD=nrf54l15bsim/nrf54l15/cpuapp \
|
||||||
RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.54l15_cpuapp.xml \
|
#RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.54l15_cpuapp.xml \
|
||||||
TESTS_FILE=tests/bsim/bluetooth/tests.nrf54l15bsim_nrf54l15_cpuapp.txt \
|
#TESTS_FILE=tests/bsim/bluetooth/tests.nrf54l15bsim_nrf54l15_cpuapp.txt \
|
||||||
tests/bsim/run_parallel.sh
|
#tests/bsim/run_parallel.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue