aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-06 23:25:39 +0200
committerDario Nieuwenhuis <[email protected]>2023-10-06 23:25:39 +0200
commit75c1a9a3aa695fc8c0c1ab9712e99ecb22eb8ae4 (patch)
treec81d82847b787d45134e5cbcf5cf09774919f341
parent4075ac84e14cbf970e773ba4a178ef4f82267c48 (diff)
disable flaky f2 eth test
-rwxr-xr-xci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index d8bbb7858..46a48f6b2 100755
--- a/ci.sh
+++ b/ci.sh
@@ -203,7 +203,7 @@ cargo batch \
203 203
204rm out/tests/stm32wb55rg/wpan_mac 204rm out/tests/stm32wb55rg/wpan_mac
205rm out/tests/stm32wb55rg/wpan_ble 205rm out/tests/stm32wb55rg/wpan_ble
206 206rm out/tests/stm32f207zg/eth
207 207
208if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 208if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
209 echo No teleprobe token found, skipping running HIL tests 209 echo No teleprobe token found, skipping running HIL tests