Skip to content

Commit 9b95b95

Browse files
committed
test: ignore incompatible wasm test
1 parent 6199c72 commit 9b95b95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clarity/src/vm/tests/contracts.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,9 @@ fn test_simple_contract_call(epoch: StacksEpochId, mut env_factory: MemoryEnviro
747747
}
748748
}
749749

750+
// Test not valid for clarity-wasm runtime
751+
// Contracts would error in the static analysis pass.
752+
#[cfg(not(feature = "clarity-wasm"))]
750753
#[apply(test_epochs)]
751754
fn test_aborts(epoch: StacksEpochId, mut env_factory: MemoryEnvironmentGenerator) {
752755
let mut owned_env = env_factory.get_env(epoch);

0 commit comments

Comments
 (0)