windows: ignore hello test with url

This commit is contained in:
Anton-4 2023-02-18 09:37:58 +01:00
parent cb599551de
commit 54a1121bfa
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937

View File

@ -474,6 +474,7 @@ mod cli_run {
}
#[test]
#[cfg_attr(windows, ignore)]
fn hello_world() {
test_roc_app_slim(
"examples",
@ -872,6 +873,7 @@ mod cli_run {
}
#[test]
#[cfg_attr(windows, ignore)]
fn parse_letter_counts() {
test_roc_app_slim(
"examples/parser/examples",