summaryrefslogtreecommitdiff
path: root/dev-vcs/git-cliff/files/git-cliff-2.10.0-disable_repo_tests.patch
blob: 2219f9cffaad5c3f9832fd58693910684c591c53 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
--- a/git-cliff-core/src/repo.rs	2025-07-28 21:57:07.903212830 +0200
+++ b/git-cliff-core/src/repo.rs	2025-07-28 21:59:12.860692661 +0200
@@ -651,6 +651,7 @@
         Ok(())
     }
 
+    #[ignore]
     #[test]
     fn get_latest_commit() -> Result<()> {
         let repository = get_repository()?;
@@ -660,6 +661,7 @@
         Ok(())
     }
 
+    #[ignore]
     #[test]
     fn commit_search() -> Result<()> {
         let repository = get_repository()?;
@@ -671,6 +673,7 @@
         Ok(())
     }
 
+    #[ignore]
     #[test]
     fn get_latest_tag() -> Result<()> {
         let repository = get_repository()?;
@@ -683,6 +686,7 @@
         Ok(())
     }
 
+    #[ignore]
     #[test]
     fn git_tags() -> Result<()> {
         let repository = get_repository()?;
@@ -714,6 +718,7 @@
         Ok(())
     }
 
+    #[ignore]
     #[test]
     fn git_upstream_remote() -> Result<()> {
         let repository = get_repository()?;
@@ -732,6 +737,7 @@
         Ok(())
     }
 
+    #[ignore]
     #[test]
     fn resolves_existing_tag_with_name_and_message() -> Result<()> {
         let repository = get_repository()?;
@@ -749,6 +755,7 @@
         Ok(())
     }
 
+    #[ignore]
     #[test]
     fn resolves_tag_when_no_tags_exist() -> Result<()> {
         let repository = get_repository()?;
@@ -758,6 +765,7 @@
         Ok(())
     }
 
+    #[ignore]
     #[test]
     fn includes_root_commit() -> Result<()> {
         let repository = get_repository()?;