File: ignore-tests.patch

package info (click to toggle)
rust-virtiofsd 1.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,020 kB
  • sloc: sh: 79; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/src/descriptor_utils.rs	2024-10-27 08:50:53.765498009 +0300
+++ b/src/descriptor_utils.rs	2024-10-27 08:52:33.943932126 +0300
@@ -438,3 +438,4 @@
 
-#[cfg(test)]
+// Skip automatic, tests are broken in default sbuild environment
+#[cfg(debian_test)]
 mod tests {