Skip to content

Commit ff45414

Browse files
committed
temporarily blacklist 'map_predefined-styles1' and 'grid_subplot_types' baselines
1 parent 0ec3ba1 commit ff45414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/image/make_baseline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@
6868
blacklist = [
6969
'map_stamen-style',
7070
'gl3d_streamtube_reversed_ranges', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
71+
'map_predefined-styles1', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
7172
'map_predefined-styles2', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
7273
'mathjax', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
74+
'grid_subplot_types' # Temporarily blacklist: fails with Kaleido v1.0.0rc14
7375
]
7476
allNames = [a for a in allNames if a not in blacklist]
7577

0 commit comments

Comments
 (0)