Skip to content

Commit 8dbaacf

Browse files
committed
Temporarily disable wasmtime-py in test-all.sh.
1 parent faf70bb commit 8dbaacf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test-all.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ if rustup toolchain list | grep -q nightly; then
9595
cargo +nightly test --features lightbeam
9696

9797
# Also run wasmtime-py and wasmtime-rust's tests.
98+
# Temporarily disable wasmtime-py due to https://github.com/bytecodealliance/wasmtime/issues/468
99+
# --package wasmtime-py
98100
RUST_BACKTRACE=1 cargo +nightly test \
99-
--package wasmtime-py \
100101
--package wasmtime-rust
101102
else
102103
echo "nightly toolchain not found, skipping fuzz target integration test"

0 commit comments

Comments
 (0)