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