Ignore shadowing repl test for now

This commit is contained in:
Richard Feldman 2022-10-31 06:17:48 -04:00
parent 2b89f53e76
commit 6227e37559
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -933,6 +933,7 @@ fn parse_problem() {
);
}
#[ignore] // re-enable (and fix) after https://github.com/roc-lang/roc/issues/4425 is done!
#[cfg(not(feature = "wasm"))]
#[test]
fn issue_2343_complete_mono_with_shadowed_vars() {