From 1c1c99c6bd5caa61f8bd9e52d0966e6166d53464 Mon Sep 17 00:00:00 2001 From: xoviat Date: Thu, 18 Dec 2025 07:01:12 -0600 Subject: ci: remove mac and ble test --- ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci.sh b/ci.sh index e489982a7..1eecd158f 100755 --- a/ci.sh +++ b/ci.sh @@ -35,8 +35,8 @@ rm -rf out/tests/nrf5340-dk # disabled because these boards are not on the shelf rm -rf out/tests/mspm0g3507 -# rm out/tests/stm32wb55rg/wpan_mac -# rm out/tests/stm32wb55rg/wpan_ble +rm out/tests/stm32wb55rg/wpan_mac +rm out/tests/stm32wb55rg/wpan_ble # unstable, I think it's running out of RAM? rm out/tests/stm32f207zg/eth -- cgit