Skip to content

Commit a475f76

Browse files
authored
Merge pull request #6182 from csgui/wasm-issue-662/unknown-function
[clarity-wasm-tests] fix test failing with UnknownFunction
2 parents 4a04560 + 5eaea2a commit a475f76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stackslib/src/clarity_vm/tests/forking.rs

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

213+
// Test not valid for clarity-wasm runtime
214+
// Contracts would error in the static analysis pass.
215+
#[cfg(not(feature = "clarity-wasm"))]
213216
#[apply(test_clarity_versions)]
214217
fn test_at_block_missing_defines(#[case] version: ClarityVersion, #[case] epoch: StacksEpochId) {
215218
fn initialize_1(owned_env: &mut OwnedEnvironment) {

0 commit comments

Comments
 (0)