From 3c9dfbbc9d49100de5d6f442d9f724101ca4b1ed Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 2 Oct 2023 19:05:41 +0200 Subject: [PATCH] enable wifi_esp_hosted_perf test, disable stm32f4 stop test. --- ci.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index 7c6e4ac4..7e688a51 100755 --- a/ci.sh +++ b/ci.sh @@ -196,7 +196,8 @@ cargo batch \ --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ $BUILD_EXTRA -rm out/tests/nrf52840-dk/wifi_esp_hosted_perf +# temporarily disabled: broken by nightly update and/or clock settings update. +rm out/tests/stm32f429zi/stop if [[ -z "${TELEPROBE_TOKEN-}" ]]; then echo No teleprobe token found, skipping running HIL tests