Skip to content

Commit 35548e2

Browse files
Merge pull request #5615 from cakebaker/du_disable_test_on_android
du: disable test on Android
2 parents 42d03f4 + 49fb72e commit 35548e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/by-util/test_du.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ fn test_du_inodes() {
441441
}
442442
}
443443

444+
#[cfg(not(target_os = "android"))]
444445
#[test]
445446
fn test_du_inodes_with_count_links() {
446447
let ts = TestScenario::new(util_name!());

0 commit comments

Comments
 (0)