Skip to content

Commit d5176d7

Browse files
committed
test: ignore incompatible wasm test
1 parent 6adc670 commit d5176d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stackslib/src/clarity_vm/tests/forking.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ fn test_at_block_good(#[case] version: ClarityVersion, #[case] epoch: StacksEpoc
210210
);
211211
}
212212

213+
#[cfg(not(feature = "clarity-wasm"))]
213214
#[apply(test_clarity_versions)]
214215
fn test_at_block_missing_defines(#[case] version: ClarityVersion, #[case] epoch: StacksEpochId) {
215216
fn initialize_1(owned_env: &mut OwnedEnvironment) {

0 commit comments

Comments
 (0)