1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

ignore test_install_copy_then_compare_file_with_extra_mode

see https://github.com/uutils/coreutils/issues/1927
This commit is contained in:
Sylvestre Ledru 2021-03-27 10:47:26 +01:00
parent 75700677ca
commit e9ffaf87ea

View file

@ -452,6 +452,7 @@ fn test_install_copy_then_compare_file() {
#[test]
#[cfg(target_os = "linux")]
#[ignore]
fn test_install_copy_then_compare_file_with_extra_mode() {
let scene = TestScenario::new(util_name!());
let at = &scene.fixtures;