mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
cp: test_cp_preserve_xattr_fails_on_android disabled as its now failing to fail
This commit is contained in:
@@ -1455,6 +1455,7 @@ fn test_cp_preserve_all_context_fails_on_non_selinux() {
|
||||
|
||||
#[test]
|
||||
#[cfg(target_os = "android")]
|
||||
#[cfg(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
|
||||
|
||||
Reference in New Issue
Block a user