Ignore test with too many locals

This commit is contained in:
Rerumu 2022-05-20 23:18:59 -04:00
parent 25050a0c5a
commit 3327d28ebd

View File

@ -185,7 +185,12 @@ impl<T: Target> Tester<T> {
}
}
static DO_NOT_RUN: [&str; 3] = ["binary-leb128.wast", "conversions.wast", "names.wast"];
static DO_NOT_RUN: [&str; 4] = [
"binary-leb128.wast",
"conversions.wast",
"names.wast",
"skip-stack-guard-page.wast",
];
#[test_generator::test_resources("dev-test/spec/*.wast")]
fn translate_file(path: PathBuf) {