Skip to content

Commit 5b8ed30

Browse files
committed
test: ignore incompatible wasm test
1 parent e8ec90d commit 5b8ed30

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
@@ -1146,6 +1146,9 @@ fn test_cc_stack_depth(
11461146
);
11471147
}
11481148

1149+
// Test not valid for clarity-wasm runtime
1150+
// Contracts would error in the static analysis pass.
1151+
#[cfg(not(feature = "clarity-wasm"))]
11491152
#[apply(test_clarity_versions)]
11501153
fn test_cc_trait_stack_depth(
11511154
version: ClarityVersion,

0 commit comments

Comments
 (0)