File: disable-test-missing-data.patch

package info (click to toggle)
rust-unic-langid-impl 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 788 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/fixtures.rs b/tests/fixtures.rs
index 27cd29b..9152f8e 100644
--- a/tests/fixtures.rs
+++ b/tests/fixtures.rs
@@ -69,7 +69,7 @@ fn test_langid_fixtures(path: &str) {
     }
 }
 
-#[test]
+//#[test] disabled due to missing data
 fn parse() {
     test_langid_fixtures("./tests/fixtures/parsing.json");
 }