diff --git a/crates/cli/tests/cli_run.rs b/crates/cli/tests/cli_run.rs index af98d80307a..4690e15e395 100644 --- a/crates/cli/tests/cli_run.rs +++ b/crates/cli/tests/cli_run.rs @@ -479,6 +479,7 @@ mod cli_run { #[test] #[serial(cli_platform)] + #[cfg_attr(windows, ignore)] fn hello_world_no_url() { test_roc_app_slim( "examples", @@ -692,6 +693,7 @@ mod cli_run { } #[test] + #[cfg_attr(windows, ignore)] fn quicksort() { test_roc_app_slim( "crates/cli_testing_examples/algorithms", @@ -1314,6 +1316,7 @@ mod cli_run { #[test] #[serial(multi_dep_str)] + #[cfg_attr(windows, ignore)] fn run_multi_dep_str_optimized() { check_output_with_stdin( &fixture_file("multi-dep-str", "Main.roc"),