Skip to content

Commit

Permalink
try unix instead of linux for ignore_attr
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Nov 11, 2024
1 parent 7295402 commit 98bb910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/tests/cli_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ mod cli_tests {
ignore = "running `expect`s does not currently work on windows"
)]
#[cfg_attr(
linux,
unix,
ignore = "https://roc.zulipchat.com/#narrow/channel/304641-ideas/topic/roc.20dev.20expect.20failure/near/477682063"
)]
fn expects_dev_failure() {
Expand Down

0 comments on commit 98bb910

Please sign in to comment.