File: skip-broken-tests.patch

package info (click to toggle)
rust-systemd-journal-logger 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: makefile: 2
file content (52 lines) | stat: -rw-r--r-- 1,095 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
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
--- rust-systemd-journal-logger-2.2.2.orig/Cargo.toml
+++ rust-systemd-journal-logger-2.2.2/Cargo.toml
@@ -77,30 +77,30 @@ path = "examples/custom_fields.rs"
 name = "systemd_service"
 path = "examples/systemd_service.rs"
 
-[[test]]
-name = "init"
-path = "tests/init.rs"
-
-[[test]]
-name = "init_with_extra_fields"
-path = "tests/init_with_extra_fields.rs"
+#[[test]]
+#name = "init"
+#path = "tests/init.rs"
+
+#[[test]]
+#name = "init_with_extra_fields"
+#path = "tests/init_with_extra_fields.rs"
 
 [[test]]
 name = "journal"
 path = "tests/journal.rs"
 
-[[test]]
-name = "journal_stream"
-path = "tests/journal_stream.rs"
-harness = false
-
-[[test]]
-name = "log_to_journal"
-path = "tests/log_to_journal.rs"
-
-[[test]]
-name = "log_with_extra_fields"
-path = "tests/log_with_extra_fields.rs"
+#[[test]]
+#name = "journal_stream"
+#path = "tests/journal_stream.rs"
+#harness = false
+
+#[[test]]
+#name = "log_to_journal"
+#path = "tests/log_to_journal.rs"
+
+#[[test]]
+#name = "log_with_extra_fields"
+#path = "tests/log_with_extra_fields.rs"
 
 [dependencies.log]
 version = "^0.4"