Skip to content

Commit

Permalink
enable wifi_esp_hosted_perf test, disable stm32f4 stop test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Oct 2, 2023
1 parent eb12114 commit 3c9dfbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c9dfbb

Please sign in to comment.