diff --git a/crates/compiler/test_gen/src/gen_abilities.rs b/crates/compiler/test_gen/src/gen_abilities.rs index 5de0957a6b..03207e7623 100644 --- a/crates/compiler/test_gen/src/gen_abilities.rs +++ b/crates/compiler/test_gen/src/gen_abilities.rs @@ -715,10 +715,7 @@ fn encode_derived_list_of_lists_of_strings() { } #[test] -#[cfg(all( - any(feature = "gen-llvm", feature = "gen-wasm"), - not(feature = "gen-llvm-wasm") // hits a stack limit in wasm3 -))] +#[cfg(all(any(feature = "gen-llvm", feature = "gen-wasm")))] fn encode_derived_record_with_many_types() { assert_evals_to!( indoc!( @@ -918,10 +915,7 @@ fn decode_list_of_strings() { } #[test] -#[cfg(all( - any(feature = "gen-llvm", feature = "gen-wasm"), - not(feature = "gen-llvm-wasm") // hits a stack limit in wasm3 -))] +#[cfg(all(any(feature = "gen-llvm", feature = "gen-wasm")))] fn encode_then_decode_list_of_strings() { assert_evals_to!( indoc!(