Disable test on wasm3 for now

This commit is contained in:
Ayaz Hafiz 2022-07-27 10:36:13 -04:00
parent 95a439d402
commit f275a943d0
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

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