skip pyplot test 13

This commit is contained in:
Thomas Breloff 2016-02-12 15:17:31 -05:00
parent 6c6769ca98
commit 6a4a78a26a

View File

@ -23,7 +23,7 @@ facts("PyPlot") do
@fact pyplot() --> Plots.PyPlotPackage()
@fact backend() --> Plots.PyPlotPackage()
image_comparison_facts(:pyplot, skip=[10,19,21,23], eps=img_eps)
image_comparison_facts(:pyplot, skip=[10,13,19,21,23], eps=img_eps)
end
FactCheck.exitstatus()