File: skip-tests.diff

package info (click to toggle)
rust-shadow-rs 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 376 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Forwarded: not-needed
--- a/src/date_time.rs
+++ b/src/date_time.rs
@@ -194,2 +194,3 @@
     #[test]
+    #[ignore = "tries to access /etc/localtime"]
     fn test_local_now_human_format() {
--- a/src/git.rs
+++ b/src/git.rs
@@ -686,2 +686,3 @@
     #[test]
+    #[ignore = "unavailable in debian"]
     fn test_git() {
@@ -713,2 +714,3 @@
     #[test]
+    #[ignore = "unavailable in debian"]
     fn test_current_branch() {
@@ -733,2 +735,3 @@
     #[test]
+    #[ignore = "unavailable in debian"]
     fn test_parse_git_describe() {