Index: inquest/src/commands/export.rs
===================================================================
--- inquest.orig/src/commands/export.rs
+++ inquest/src/commands/export.rs
@@ -409,6 +409,7 @@ mod tests {
         assert_eq!(delta["message"], "timeout");
     }
 
+    #[cfg(any())] // Debian: quick-junit 0.5 lacks Report::deserialize_from_str
     #[cfg(feature = "junit")]
     #[test]
     fn test_export_junit() {
@@ -536,6 +537,7 @@ ok 4 tests.unit.test_gamma # SKIP
         assert_eq!(value["id"], "0");
     }
 
+    #[cfg(any())] // Debian: quick-junit 0.5 lacks Report::deserialize_from_str
     #[cfg(feature = "junit")]
     #[test]
     fn test_export_command_junit() {
@@ -774,6 +776,7 @@ ok 4 tests.unit.test_gamma # SKIP
         );
     }
 
+    #[cfg(any())] // Debian: quick-junit 0.5 lacks Report::deserialize_from_str
     #[cfg(feature = "junit")]
     #[test]
     fn test_junit_classname_splitting() {
