summaryrefslogtreecommitdiff
path: root/dev-vcs/git-cliff/files/git-cliff-2.9.1-disable_repo_tests.patch
blob: 67776320fb3cc4357a86c76bf592312ae0ea2c15 (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
--- a/git-cliff-core/src/repo.rs
+++ b/git-cliff-core/src/repo.rs
@@ -584,6 +584,7 @@
 		Ok(())
 	}
 
+	#[ignore]
 	#[test]
 	fn get_latest_commit() -> Result<()> {
 		let repository = get_repository()?;
@@ -594,6 +595,7 @@
 		Ok(())
 	}
 
+	#[ignore]
 	#[test]
 	fn commit_search() -> Result<()> {
 		let repository = get_repository()?;
@@ -603,6 +605,7 @@
 		Ok(())
 	}
 
+	#[ignore]
 	#[test]
 	fn get_latest_tag() -> Result<()> {
 		let repository = get_repository()?;
@@ -615,6 +618,7 @@
 		Ok(())
 	}
 
+	#[ignore]
 	#[test]
 	fn git_tags() -> Result<()> {
 		let repository = get_repository()?;
@@ -656,6 +660,7 @@
 		Ok(())
 	}
 
+	#[ignore]
 	#[test]
 	fn git_upstream_remote() -> Result<()> {
 		let repository = get_repository()?;
@@ -673,6 +678,7 @@
 		Ok(())
 	}
 
+	#[ignore]
 	#[test]
 	fn resolves_existing_tag_with_name_and_message() -> Result<()> {
 		let repository = get_repository()?;
@@ -690,6 +696,7 @@
 		Ok(())
 	}
 
+	#[ignore]
 	#[test]
 	fn resolves_tag_when_no_tags_exist() -> Result<()> {
 		let repository = get_repository()?;
@@ -699,6 +706,7 @@
 		Ok(())
 	}
 
+	#[ignore]
 	#[test]
 	fn includes_root_commit() -> Result<()> {
 		let repository = get_repository()?;