Skip to content

Commit 541cf7e

Browse files
committed
skip test_fast_track_finite_arrays
1 parent 63b738e commit 541cf7e

File tree

1 file changed

+1
-0
lines changed
  • packages/python/plotly/plotly/tests/test_optional/test_utils

1 file changed

+1
-0
lines changed

packages/python/plotly/plotly/tests/test_optional/test_utils/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ def test_invalid_encode_exception(self):
372372
with self.assertRaises(TypeError):
373373
_json.dumps({"a": {1}}, cls=utils.PlotlyJSONEncoder)
374374

375+
@pytest.mark.skip(reason="The encoding is faster now.")
375376
def test_fast_track_finite_arrays(self):
376377
# if NaN or Infinity is found in the json dump
377378
# of a figure, it is decoded and re-encoded to replace these values

0 commit comments

Comments
 (0)