File: disable-test-that-lacks-testdata.patch

package info (click to toggle)
rust-udevrs 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,240 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/hwdb.rs b/tests/hwdb.rs
index 2c58f79..79023e4 100644
--- a/tests/hwdb.rs
+++ b/tests/hwdb.rs
@@ -4,7 +4,7 @@ use udevrs::{Error, Result, Udev, UdevHwdb};
 
 mod common;
 
-#[test]
+//#[test]
 fn parse_hwdb() -> Result<()> {
     common::init();