Skip to content

Commit 858b2a5

Browse files
committed
disable the new tests
1 parent 3cda177 commit 858b2a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/by-util/test_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ fn test_file_is_itself() {
341341
}
342342

343343
#[test]
344-
#[cfg(not(target_env = "musl"))]
344+
#[cfg(not(any(target_env = "musl", target_os = "android")))]
345345
fn test_file_is_newer_than_and_older_than_itself() {
346346
// odd but matches GNU
347347
new_ucmd!()
@@ -388,7 +388,7 @@ fn test_same_device_inode() {
388388
}
389389

390390
#[test]
391-
#[cfg(not(target_env = "musl"))]
391+
#[cfg(not(any(target_env = "musl", target_os = "android")))]
392392
// musl: creation time is not available on this platform currently
393393
fn test_newer_file() {
394394
let scenario = TestScenario::new(util_name!());

0 commit comments

Comments
 (0)