We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3c5a8 commit 45e9d2fCopy full SHA for 45e9d2f
plotly/tests/test_plot_ly/test_image/test_image.py
@@ -70,12 +70,6 @@ def _test(self):
70
for test_generator in [_generate_image_get_returns_valid_image_test,
71
_generate_image_save_as_saves_valid_image]:
72
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
-
79
_test = test_generator(*args)
80
arg_string = ', '.join([str(a) for a in args])
81
test_name = test_generator.__name__.replace('_generate', 'test')
0 commit comments