Skip to content

Commit 45e9d2f

Browse files
committed
add scale tests for plot_ly images
1 parent ad3c5a8 commit 45e9d2f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plotly/tests/test_plot_ly/test_image/test_image.py

-6
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ def _test(self):
7070
for test_generator in [_generate_image_get_returns_valid_image_test,
7171
_generate_image_save_as_saves_valid_image]:
7272

73-
if args[0] in ['jpeg', 'pdf', 'svg'] and args[3] is not None:
74-
# Shouldn't need to skip these tests, the server should
75-
# be responding with a 400 level error since scale isn't supported,
76-
# but it doesn't yet, so just skip them
77-
continue
78-
7973
_test = test_generator(*args)
8074
arg_string = ', '.join([str(a) for a in args])
8175
test_name = test_generator.__name__.replace('_generate', 'test')

0 commit comments

Comments
 (0)