From 6f4bb2f95bd4fbcbb72cfc2137de8b80e0c793d5 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 21 Aug 2019 00:49:10 -0700 Subject: [PATCH] Disable testing of wasmtime-py for now. --- test-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-all.sh b/test-all.sh index f6e99cca0cec..a53824ecad2c 100755 --- a/test-all.sh +++ b/test-all.sh @@ -63,8 +63,8 @@ RUST_BACKTRACE=1 cargo test \ --package wasmtime-interface-types \ --package wasmtime-obj \ +# TODO: Test wasmtime-py once it's ready. RUST_BACKTRACE=1 cargo +nightly test \ - --package wasmtime-py \ --package wasmtime-rust # Make sure the documentation builds.