mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
ignore 2 windows tests
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
e91b50acf9
commit
bd3b64d5d0
1 changed files with 8 additions and 0 deletions
|
@ -646,6 +646,10 @@ mod cli_run {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(
|
||||
windows,
|
||||
ignore = "Flaky failure: Roc command failed with status ExitStatus(ExitStatus(3221225477))"
|
||||
)]
|
||||
fn fibonacci() {
|
||||
test_roc_app_slim(
|
||||
"crates/cli_testing_examples/algorithms",
|
||||
|
@ -1350,6 +1354,10 @@ mod cli_run {
|
|||
|
||||
#[test]
|
||||
#[serial(multi_dep_thunk)]
|
||||
#[cfg_attr(
|
||||
windows,
|
||||
ignore = "Flaky failure: Roc command failed with status ExitStatus(ExitStatus(3221225477))"
|
||||
)]
|
||||
fn run_multi_dep_thunk_optimized() {
|
||||
check_output_with_stdin(
|
||||
&fixture_file("multi-dep-thunk", "Main.roc"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue