Skip to content

Commit 430b195

Browse files
committed
temporarily blacklist 'map_fonts-supported-metropolis-weight' baseline
1 parent 53e26b9 commit 430b195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/image/make_baseline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
'map_predefined-styles2', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
7272
'grid_subplot_types', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
7373
'map_fonts-supported-metropolis', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
74-
'map_fonts-supported-open-sans-weight' # Temporarily blacklist: fails with Kaleido v1.0.0rc14
74+
'map_fonts-supported-metropolis-weight', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
75+
'map_fonts-supported-open-sans-weight', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
7576
]
7677
allNames = [a for a in allNames if a not in blacklist]
7778

0 commit comments

Comments
 (0)