We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6033ed4 commit 906a65dCopy full SHA for 906a65d
pandas/tests/extension/json/test_json.py
@@ -267,7 +267,11 @@ def test_combine_le(self, data_repeated):
267
def test_combine_add(self, data_repeated):
268
super().test_combine_add(data_repeated)
269
270
- @pytest.mark.xfail(reason="combine for JSONArray not supported")
+ @pytest.mark.xfail(
271
+ reason="combine for JSONArray not supported - "
272
+ "may pass depending on random data",
273
+ strict=False,
274
+ )
275
def test_combine_first(self, data):
276
super().test_combine_first(data)
277
0 commit comments