add skipping examples

This commit is contained in:
Simon Christ 2020-03-13 13:53:12 +01:00
parent 4821e04145
commit 3ab0078818

View File

@ -885,7 +885,14 @@ _backend_skips = Dict(
:plotlyjs => [2, 21, 24, 25, 30, 31],
:plotly => [2, 21, 24, 25, 30, 31],
:pgfplots => [2, 5, 6, 10, 16, 20, 22, 23, 25, 28, 30, 31, 34, 37, 38, 39],
)
:pgfplotsx => [ 6, # images
10, # histogram2d
20, # annotations due to missing sanitation
22, # contourf
23, # pie
32, # spy
38, # histogram2d
] )