From 69b1ae6ca2dd4bc1258071f70a39b078b2c8a5a3 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 31 May 2020 21:55:36 -0700 Subject: [PATCH] Disable strip_works test on macos. --- tests/testsuite/profiles.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testsuite/profiles.rs b/tests/testsuite/profiles.rs index 1a51d20b0eb..40c22b9effe 100644 --- a/tests/testsuite/profiles.rs +++ b/tests/testsuite/profiles.rs @@ -470,6 +470,8 @@ fn thin_lto_works() { } #[cargo_test] +// Strip doesn't work on macos. +#[cfg_attr(target_os = "macos", ignore)] fn strip_works() { if !is_nightly() { return;