summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index e5669d0f..cbeb0bcf 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -550,8 +550,7 @@ mod main_tests {
}
#[test]
- #[cfg_attr(target_os = "windows", ignore)]
- #[cfg_attr(all(target_os = "linux", target_arch = "x86"), ignore)]
+ #[ignore] // https://github.com/dandavison/delta/pull/546
fn test_diff_same_empty_file() {
_do_diff_test("/dev/null", "/dev/null", false);
}