Skip to content

Commit

Permalink
Try to ignore entire test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Aug 14, 2024
1 parent 2f60174 commit 11759f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommands/diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ mod main_tests {
No,
}

#[rstest]
#[cfg_attr(target_os = "windows", ignore)]
#[rstest]
// #[case("/dev/null", "/dev/null", ExpectDiff::No)] https://github.com/dandavison/delta/pull/546#issuecomment-835852373
#[case("/etc/group", "/etc/passwd", ExpectDiff::Yes)]
#[case("/dev/null", "/etc/passwd", ExpectDiff::Yes)]
Expand Down

0 comments on commit 11759f9

Please sign in to comment.