Skip to content

Commit 94f9224

Browse files
oech3cakebaker
authored andcommitted
Disable strip related tests on Android
1 parent e4cc92b commit 94f9224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/by-util/test_install.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ fn strip_source_file() -> &'static str {
764764

765765
#[test]
766766
#[cfg(not(windows))]
767+
#[cfg(not(target_os = "android"))] // missing strip binary
767768
// FIXME test runs in a timeout with macos-latest on x86_64 in the CI
768769
#[cfg(not(all(target_os = "macos", target_arch = "x86_64")))]
769770
fn test_install_and_strip() {
@@ -789,6 +790,7 @@ fn test_install_and_strip() {
789790

790791
#[test]
791792
#[cfg(not(windows))]
793+
#[cfg(not(target_os = "android"))] // missing strip binary
792794
// FIXME test runs in a timeout with macos-latest on x86_64 in the CI
793795
#[cfg(not(all(target_os = "macos", target_arch = "x86_64")))]
794796
fn test_install_and_strip_with_program() {

0 commit comments

Comments
 (0)