Skip to content

Commit b0a3f1e

Browse files
committed
du: ignore test under Android
1 parent 44d105d commit b0a3f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_du.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ fn _du_dereference(s: &str) {
336336
}
337337
}
338338

339-
#[cfg(not(windows))]
339+
#[cfg(not(any(target_os = "windows", target_os = "android")))]
340340
#[test]
341341
fn test_du_no_dereference() {
342342
let ts = TestScenario::new(util_name!());

0 commit comments

Comments
 (0)