From e7ab044935246d0d98926f84ab1e5abd42d0be9b Mon Sep 17 00:00:00 2001 From: xoviat Date: Tue, 3 Oct 2023 16:59:18 -0500 Subject: [PATCH] ci: remove wpan tests again --- ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci.sh b/ci.sh index 714056f15..d8bbb7858 100755 --- a/ci.sh +++ b/ci.sh @@ -201,6 +201,9 @@ cargo batch \ $BUILD_EXTRA +rm out/tests/stm32wb55rg/wpan_mac +rm out/tests/stm32wb55rg/wpan_ble + if [[ -z "${TELEPROBE_TOKEN-}" ]]; then echo No teleprobe token found, skipping running HIL tests