File: ignore-perm-error

package info (click to toggle)
rust-cp-r 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: cp-r/tests/tests.rs
===================================================================
--- cp-r.orig/tests/tests.rs
+++ cp-r/tests/tests.rs
@@ -121,6 +121,7 @@ fn optionally_destination_must_exist() {
 }
 
 #[cfg(unix)]
+#[ignore]
 #[test]
 fn clean_error_failing_to_copy_devices() {
     let dest = tempfile::tempdir().unwrap();