summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-05-09 22:33:28 -0400
committerDan Davison <dandavison7@gmail.com>2021-05-09 22:33:28 -0400
commit5a3527d54dae4f33a94e42a8d4e3374bb9a1eb62 (patch)
tree73014d9211094549cdc7ab8241a67934e28a18c0
parent0eca4f8cf556b3ef0db0bbb1c1e82e8d6e85de3f (diff)
Ignore problematic test
-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);
}