Skip to content

Commit

Permalink
Don't test GR/50 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Sep 8, 2024
1 parent f54a5fb commit e3aebe6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PlotsBase/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ const blacklist = if VERSION.major == 1 && VERSION.minor ≥ 9
else
[]
end
if Sys.isapple()
push!(blacklist, 50) # FIXME: https://github.com/jheinen/GR.jl/issues/550
end

for name (
"misc",
Expand Down

0 comments on commit e3aebe6

Please sign in to comment.