mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Disable test_sort::test_compress_fail (for real) & test_cp::test_cp_arg_interactive_update on android
This commit is contained in:
@@ -257,6 +257,7 @@ fn test_cp_arg_interactive() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(target_os = "android"))]
|
||||
fn test_cp_arg_interactive_update() {
|
||||
// -u -i won't show the prompt to validate the override or not
|
||||
// Therefore, the error code will be 0
|
||||
|
||||
@@ -876,7 +876,7 @@ fn sort_empty_chunk() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(target_os = "linux")]
|
||||
#[cfg(any(target_os = "linux", target_os = "android"))]
|
||||
fn test_compress() {
|
||||
new_ucmd!()
|
||||
.args(&[
|
||||
@@ -915,6 +915,7 @@ fn test_compress_merge() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(target_os = "android"))]
|
||||
fn test_compress_fail() {
|
||||
#[cfg(not(windows))]
|
||||
TestScenario::new(util_name!())
|
||||
|
||||
Reference in New Issue
Block a user