From 7ce7f8bfce31b8ed63ff89dc2b1e48570e25513a Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Wed, 27 Apr 2016 09:20:19 -0400 Subject: [PATCH] gr tests --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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