File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -460,6 +460,7 @@ fn test_fully_qualified_contract_call(
460
460
}
461
461
}
462
462
463
+ #[ cfg( not( feature = "clarity-wasm" ) ) ]
463
464
#[ apply( test_epochs) ]
464
465
fn test_simple_naming_system ( epoch : StacksEpochId , mut env_factory : MemoryEnvironmentGenerator ) {
465
466
let mut owned_env = env_factory. get_env ( epoch) ;
Original file line number Diff line number Diff line change @@ -702,6 +702,7 @@ fn test_reentrant_dynamic_dispatch(
702
702
}
703
703
}
704
704
705
+ #[ cfg( not( feature = "clarity-wasm" ) ) ]
705
706
#[ apply( test_clarity_versions) ]
706
707
fn test_readwrite_dynamic_dispatch (
707
708
version : ClarityVersion ,
@@ -759,6 +760,7 @@ fn test_readwrite_dynamic_dispatch(
759
760
}
760
761
}
761
762
763
+ #[ cfg( not( feature = "clarity-wasm" ) ) ]
762
764
#[ apply( test_clarity_versions) ]
763
765
fn test_readwrite_violation_dynamic_dispatch (
764
766
version : ClarityVersion ,
You can’t perform that action at this time.
0 commit comments