aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index 7c6e4ac49..7e688a51b 100755
--- a/ci.sh
+++ b/ci.sh
@@ -196,7 +196,8 @@ cargo batch \
196 --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ 196 --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \
197 $BUILD_EXTRA 197 $BUILD_EXTRA
198 198
199rm out/tests/nrf52840-dk/wifi_esp_hosted_perf 199# temporarily disabled: broken by nightly update and/or clock settings update.
200rm out/tests/stm32f429zi/stop
200 201
201if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 202if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
202 echo No teleprobe token found, skipping running HIL tests 203 echo No teleprobe token found, skipping running HIL tests