Skip to content

Commit

Permalink
Test suite: improve the warning that we print when we skip the `Profi…
Browse files Browse the repository at this point in the history
…le` tests on ARM (JuliaLang#42862)
  • Loading branch information
DilumAluthge authored and LilithHafner committed Feb 22, 2022
1 parent 538ff14 commit 8c52737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function choosetests(choices = [])
if startswith(string(Sys.ARCH), "arm")
# Remove profile from default tests on ARM since it currently segfaults
# Allow explicitly adding it for testing
@warn "Skipping Profile tests"
@warn "Skipping Profile tests because the architecture is ARM"
filter!(x -> (x != "Profile"), tests)
end

Expand Down

0 comments on commit 8c52737

Please sign in to comment.