Skip to content

Commit

Permalink
disable some tests
Browse files Browse the repository at this point in the history
These work locally but fail on CI

Signed-off-by: Anton-4 <[email protected]>
  • Loading branch information
Anton-4 committed Sep 19, 2023
1 parent d0a2b5e commit 63d3dfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/cli/tests/cli_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -692,6 +693,7 @@ mod cli_run {
}

#[test]
#[cfg_attr(windows, ignore)]
fn quicksort() {
test_roc_app_slim(
"crates/cli_testing_examples/algorithms",
Expand Down Expand Up @@ -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"),
Expand Down

0 comments on commit 63d3dfc

Please sign in to comment.