From 728acdaa476f16e95d4f4d0f7dfe73349c52672a Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Thu, 1 Jun 2017 18:55:38 +0200 Subject: [PATCH] add images to skip for inspectdr and avoid skipping plotlyjs testimage 10 --- test/runtests.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 3135e113..dbc1cdd7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -46,7 +46,6 @@ facts("PlotlyJS") do image_comparison_facts(:plotlyjs, skip=[ 2, # animation (skipped for speed) - 10, # match_dimensions not defined 27, # (polar plots) takes very long / not working 31, # animation (skipped for speed) ], @@ -60,11 +59,14 @@ facts("InspectDR") do image_comparison_facts(:inspectdr, skip=[ + 2, # animation 6, # heatmap not defined 10, # heatmap not defined 22, # contour not defined 23, # pie not defined + 27, # polar plot not working 28, # heatmap not defined + 31, # animation ], eps=img_eps) end