diff --git a/crates/cli/tests/cli_run.rs b/crates/cli/tests/cli_run.rs index 58f6e770f0..a7ce2fdd8f 100644 --- a/crates/cli/tests/cli_run.rs +++ b/crates/cli/tests/cli_run.rs @@ -480,6 +480,10 @@ mod cli_run { } #[test] + #[cfg_attr( + windows, + ignore = "this platform is broken, and `roc run --lib` is missing on windows" + )] fn ruby_interop() { test_roc_app_slim("examples/ruby-interop", "main.roc", "libhello", "", true) }