We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b738e commit 541cf7eCopy full SHA for 541cf7e
packages/python/plotly/plotly/tests/test_optional/test_utils/test_utils.py
@@ -372,6 +372,7 @@ def test_invalid_encode_exception(self):
372
with self.assertRaises(TypeError):
373
_json.dumps({"a": {1}}, cls=utils.PlotlyJSONEncoder)
374
375
+ @pytest.mark.skip(reason="The encoding is faster now.")
376
def test_fast_track_finite_arrays(self):
377
# if NaN or Infinity is found in the json dump
378
# of a figure, it is decoded and re-encoded to replace these values
0 commit comments