We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cc92b commit 94f9224Copy full SHA for 94f9224
tests/by-util/test_install.rs
@@ -764,6 +764,7 @@ fn strip_source_file() -> &'static str {
764
765
#[test]
766
#[cfg(not(windows))]
767
+#[cfg(not(target_os = "android"))] // missing strip binary
768
// FIXME test runs in a timeout with macos-latest on x86_64 in the CI
769
#[cfg(not(all(target_os = "macos", target_arch = "x86_64")))]
770
fn test_install_and_strip() {
@@ -789,6 +790,7 @@ fn test_install_and_strip() {
789
790
791
792
793
794
795
796
fn test_install_and_strip_with_program() {
0 commit comments