skip pyplot test 4

This commit is contained in:
Thomas Breloff 2016-02-12 15:41:00 -05:00
parent 6a4a78a26a
commit e8d4fd7aac

View File

@ -23,7 +23,7 @@ facts("PyPlot") do
@fact pyplot() --> Plots.PyPlotPackage() @fact pyplot() --> Plots.PyPlotPackage()
@fact backend() --> 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 end
FactCheck.exitstatus() FactCheck.exitstatus()