Skip to content

Commit

Permalink
Merge pull request #5615 from cakebaker/du_disable_test_on_android
Browse files Browse the repository at this point in the history
du: disable test on Android
  • Loading branch information
tertsdiepraam authored Dec 3, 2023
2 parents 42d03f4 + 49fb72e commit 35548e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/by-util/test_du.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ fn test_du_inodes() {
}
}

#[cfg(not(target_os = "android"))]
#[test]
fn test_du_inodes_with_count_links() {
let ts = TestScenario::new(util_name!());
Expand Down

0 comments on commit 35548e2

Please sign in to comment.