From d2a287d43c7bb665267de06d1a06e11de56518ba Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 26 Apr 2016 11:59:08 -0400 Subject: [PATCH] gr tests linux_only --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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