Skip to content

Commit 55197bc

Browse files
committed
test: skip incompatible wasm test
1 parent 6adc670 commit 55197bc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

clarity/src/vm/tests/contracts.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ fn test_fully_qualified_contract_call(
460460
}
461461
}
462462

463+
#[cfg(not(feature = "clarity-wasm"))]
463464
#[apply(test_epochs)]
464465
fn test_simple_naming_system(epoch: StacksEpochId, mut env_factory: MemoryEnvironmentGenerator) {
465466
let mut owned_env = env_factory.get_env(epoch);

clarity/src/vm/tests/traits.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ fn test_reentrant_dynamic_dispatch(
702702
}
703703
}
704704

705+
#[cfg(not(feature = "clarity-wasm"))]
705706
#[apply(test_clarity_versions)]
706707
fn test_readwrite_dynamic_dispatch(
707708
version: ClarityVersion,
@@ -759,6 +760,7 @@ fn test_readwrite_dynamic_dispatch(
759760
}
760761
}
761762

763+
#[cfg(not(feature = "clarity-wasm"))]
762764
#[apply(test_clarity_versions)]
763765
fn test_readwrite_violation_dynamic_dispatch(
764766
version: ClarityVersion,

0 commit comments

Comments
 (0)