add images to skip for inspectdr and avoid skipping plotlyjs testimage 10

This commit is contained in:
Daniel Schwabeneder 2017-06-01 18:55:38 +02:00
parent 537f1657c9
commit 728acdaa47

View File

@ -46,7 +46,6 @@ facts("PlotlyJS") do
image_comparison_facts(:plotlyjs, image_comparison_facts(:plotlyjs,
skip=[ skip=[
2, # animation (skipped for speed) 2, # animation (skipped for speed)
10, # match_dimensions not defined
27, # (polar plots) takes very long / not working 27, # (polar plots) takes very long / not working
31, # animation (skipped for speed) 31, # animation (skipped for speed)
], ],
@ -60,11 +59,14 @@ facts("InspectDR") do
image_comparison_facts(:inspectdr, image_comparison_facts(:inspectdr,
skip=[ skip=[
2, # animation
6, # heatmap not defined 6, # heatmap not defined
10, # heatmap not defined 10, # heatmap not defined
22, # contour not defined 22, # contour not defined
23, # pie not defined 23, # pie not defined
27, # polar plot not working
28, # heatmap not defined 28, # heatmap not defined
31, # animation
], ],
eps=img_eps) eps=img_eps)
end end