summaryrefslogtreecommitdiff
path: root/dev-util/difftastic/files/difftastic-0.54.0-tests.patch
blob: cfac726244e38ddeb1c8db53f8a8a3df1569fed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
diff --git a/src/options.rs b/src/options.rs
index 43f3908e6..7f1df7b20 100644
--- a/src/options.rs
+++ b/src/options.rs
@@ -762,6 +762,7 @@ mod tests {
     }
 
     #[test]
+    #[ignore]
     fn test_detect_display_width() {
         // Basic smoke test.
         assert!(detect_display_width() > 10);
diff --git a/tests/cli.rs b/tests/cli.rs
index ab718e6ee..1fefbe996 100644
--- a/tests/cli.rs
+++ b/tests/cli.rs
@@ -62,6 +62,7 @@ fn binary_changed() {
 }
 
 #[test]
+#[ignore]
 fn has_changes_default_exit_code() {
     let mut cmd = get_base_command();
 
@@ -71,6 +72,7 @@ fn has_changes_default_exit_code() {
 }
 
 #[test]
+#[ignore]
 fn has_changes_requested_exit_code() {
     let mut cmd = get_base_command();
 
@@ -117,6 +119,7 @@ fn check_only_text_file() {
 }
 
 #[test]
+#[ignore]
 fn makefile_text_as_atom() {
     let mut cmd = get_base_command();
 
@@ -174,6 +177,7 @@ fn slightly_invalid_utf8() {
 }
 
 #[test]
+#[ignore]
 fn directory_arguments() {
     let mut cmd = get_base_command();