mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
disable the new tests
This commit is contained in:
parent
3cda177d34
commit
858b2a5b99
1 changed files with 2 additions and 2 deletions
|
@ -341,7 +341,7 @@ fn test_file_is_itself() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(target_env = "musl"))]
|
||||
#[cfg(not(any(target_env = "musl", target_os = "android")))]
|
||||
fn test_file_is_newer_than_and_older_than_itself() {
|
||||
// odd but matches GNU
|
||||
new_ucmd!()
|
||||
|
@ -388,7 +388,7 @@ fn test_same_device_inode() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(target_env = "musl"))]
|
||||
#[cfg(not(any(target_env = "musl", target_os = "android")))]
|
||||
// musl: creation time is not available on this platform currently
|
||||
fn test_newer_file() {
|
||||
let scenario = TestScenario::new(util_name!());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue