diff --git a/test/runtests.jl b/test/runtests.jl index 223b39e8..67f163d7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -30,7 +30,7 @@ facts("GR") do @fact gr() --> Plots.GRBackend() @fact backend() --> Plots.GRBackend() - image_comparison_facts(:gr, only=[1], eps=img_eps) + @linux_only image_comparison_facts(:gr, only=[1], eps=img_eps) end facts("Plotly") do