1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

cp/tail: use #[ignore] to disable tests

instead of a cfg attribute
This commit is contained in:
Daniel Hofstetter 2024-05-12 15:15:44 +02:00
parent 1a5639b7d2
commit 692cdfac34
2 changed files with 5 additions and 5 deletions

View file

@ -1507,7 +1507,7 @@ fn test_cp_preserve_invalid_rejected() {
#[test]
#[cfg(target_os = "android")]
#[cfg(disabled_until_fixed)] // FIXME: the test looks to .succeed on android
#[ignore = "disabled until fixed"] // FIXME: the test looks to .succeed on android
fn test_cp_preserve_xattr_fails_on_android() {
// Because of the SELinux extended attributes used on Android, trying to copy extended
// attributes has to fail in this case, since we specify `--preserve=xattr` and this puts it