Skip to content

Commit

Permalink
Merge pull request #5813 from cakebaker/head_disable_tests_on_android
Browse files Browse the repository at this point in the history
head: disable some tests on Android
  • Loading branch information
sylvestre authored Jan 8, 2024
2 parents 8e83b34 + e29afdc commit 3552b4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/by-util/test_head.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ fn test_presume_input_pipe_5_chars() {
#[cfg(all(
not(target_os = "windows"),
not(target_os = "macos"),
not(target_os = "android"),
not(target_os = "freebsd")
))]
#[test]
Expand All @@ -396,6 +397,7 @@ fn test_read_backwards_bytes_proc_fs_version() {
#[cfg(all(
not(target_os = "windows"),
not(target_os = "macos"),
not(target_os = "android"),
not(target_os = "freebsd")
))]
#[test]
Expand All @@ -410,6 +412,7 @@ fn test_read_backwards_bytes_proc_fs_modules() {
#[cfg(all(
not(target_os = "windows"),
not(target_os = "macos"),
not(target_os = "android"),
not(target_os = "freebsd")
))]
#[test]
Expand All @@ -424,6 +427,7 @@ fn test_read_backwards_lines_proc_fs_modules() {
#[cfg(all(
not(target_os = "windows"),
not(target_os = "macos"),
not(target_os = "android"),
not(target_os = "freebsd")
))]
#[test]
Expand Down

0 comments on commit 3552b4a

Please sign in to comment.