From d4ef1761e4188f1ffb68aa88fb07b360391b3eed Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 16 May 2017 21:32:57 +0200 Subject: [PATCH] change skipped images because of new example --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 953ad8fe..2bc0af8b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -23,7 +23,7 @@ facts("PyPlot") do @fact pyplot() --> Plots.PyPlotBackend() @fact backend() --> Plots.PyPlotBackend() - image_comparison_facts(:pyplot, skip=[6,25,30], eps=img_eps) + image_comparison_facts(:pyplot, skip=[6,26,31], eps=img_eps) end facts("GR") do @@ -31,7 +31,7 @@ facts("GR") do @fact backend() --> Plots.GRBackend() if is_linux() && isinteractive() - image_comparison_facts(:gr, skip=[2,25,30], eps=img_eps) + image_comparison_facts(:gr, skip=[2,26,31], eps=img_eps) end end