Skip to content

Commit

Permalink
ignore some cli tests that are going to move
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Jul 9, 2024
1 parent 0989de9 commit 8383fd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/cli/tests/cli_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 540,7 @@ mod cli_run {
)
}

#[ignore = "TODO move this to roc-lang/examples repository"]
#[test]
fn platform_switching_swift() {
test_roc_app_slim(
Expand Down Expand Up @@ -755,6 756,7 @@ mod cli_run {
);
}

#[ignore = "TODO move this to roc-lang/examples repository"]
#[test]
#[cfg_attr(
windows,
Expand Down Expand Up @@ -783,6 785,7 @@ mod cli_run {
)
}

#[ignore = "TODO move this to roc-lang/examples repository"]
#[test]
fn hello_gui() {
test_roc_app_slim("examples/gui", "hello-guiBROKEN.roc", "", UseValgrind::No)
Expand Down Expand Up @@ -941,6 944,7 @@ mod cli_run {
)
}

#[ignore = "TODO move this to roc-lang/examples repository"]
#[test]
fn swift_ui() {
test_roc_app_slim("examples/swiftui", "main.roc", "", UseValgrind::No)
Expand Down Expand Up @@ -1087,6 1091,7 @@ mod cli_run {
)
}

#[ignore = "TODO move this to roc-lang/examples repository"]
#[test]
fn inspect_gui() {
test_roc_app_slim("examples", "inspect-gui.roc", "", UseValgrind::No)
Expand Down

0 comments on commit 8383fd6

Please sign in to comment.