aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-09-28 05:17:22 +0200
committerDario Nieuwenhuis <[email protected]>2023-09-28 05:34:19 +0200
commit6b3745fc4741b536b111f6e9bbc39e108d8a2eef (patch)
treebcd004dc85058d5b1edc58198cfff6b209c57707
parent6200d22438be21a014d95b9d4dde872fab18a51b (diff)
temporarily disable wifi_esp_hosted_perf test.
-rwxr-xr-xci.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index db5f4d800..af98d6ed2 100755
--- a/ci.sh
+++ b/ci.sh
@@ -183,6 +183,7 @@ cargo batch \
183 --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ 183 --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \
184 $BUILD_EXTRA 184 $BUILD_EXTRA
185 185
186rm out/tests/nrf52840-dk/wifi_esp_hosted_perf
186 187
187if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 188if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
188 echo No teleprobe token found, skipping running HIL tests 189 echo No teleprobe token found, skipping running HIL tests