Skip to content

Commit 906a65d

Browse files
authored
TST: JSONArray test_combine_first sometimes passes (#46450)
1 parent 6033ed4 commit 906a65d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pandas/tests/extension/json/test_json.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,11 @@ def test_combine_le(self, data_repeated):
267267
def test_combine_add(self, data_repeated):
268268
super().test_combine_add(data_repeated)
269269

270-
@pytest.mark.xfail(reason="combine for JSONArray not supported")
270+
@pytest.mark.xfail(
271+
reason="combine for JSONArray not supported - "
272+
"may pass depending on random data",
273+
strict=False,
274+
)
271275
def test_combine_first(self, data):
272276
super().test_combine_first(data)
273277

0 commit comments

Comments
 (0)