This commit is contained in:
Thomas Breloff 2016-04-27 09:20:19 -04:00
parent f0f46e5272
commit 7ce7f8bfce

View File

@ -30,7 +30,7 @@ facts("GR") do
@fact gr() --> Plots.GRBackend()
@fact backend() --> Plots.GRBackend()
@linux_only image_comparison_facts(:gr, only=[1], eps=img_eps)
@linux_only image_comparison_facts(:gr, skip=[27], eps=img_eps)
end
facts("Plotly") do