ignore ruby platform on windows

This commit is contained in:
Folkert 2022-11-12 14:23:57 +01:00
parent b6df9fe0dc
commit abbc2d2acd
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -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)
}