Disable test on wasm3

This commit is contained in:
Ayaz Hafiz 2022-08-03 21:17:32 -05:00
parent 7ee298324e
commit d481c9d22e
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -918,7 +918,10 @@ fn decode_list_of_strings() {
}
#[test]
#[cfg(any(feature = "gen-llvm"))]
#[cfg(all(
any(feature = "gen-llvm", feature = "gen-wasm"),
not(feature = "gen-llvm-wasm") // hits a stack limit in wasm3
))]
fn encode_then_decode_list_of_strings() {
assert_evals_to!(
indoc!(