Skip to content

Commit

Permalink
Disable strip_works test on macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jun 1, 2020
1 parent 15bb455 commit 69b1ae6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testsuite/profiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 69b1ae6

Please sign in to comment.