From e8d4fd7aac001a17d65fc62230b1fff428e7fb40 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Fri, 12 Feb 2016 15:41:00 -0500 Subject: [PATCH] skip pyplot test 4 --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 601fe491..4a691432 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -23,7 +23,7 @@ facts("PyPlot") do @fact pyplot() --> Plots.PyPlotPackage() @fact backend() --> Plots.PyPlotPackage() - image_comparison_facts(:pyplot, skip=[10,13,19,21,23], eps=img_eps) + image_comparison_facts(:pyplot, skip=[4,10,13,19,21,23], eps=img_eps) end FactCheck.exitstatus()