Skip to content

Commit 62bfdc9

Browse files
authored
Update pandas/tests/indexing/interval/test_interval_new.py
1 parent 5f18204 commit 62bfdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexing/interval/test_interval_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def test_loc_getitem_missing_key_error_message(
211211
obj.loc[[4, 5, 6]]
212212

213213

214-
@pytest.mark.xfail(WASM, reason="GH 23440")
214+
@pytest.mark.xfail(not IS64, reason="GH 23440")
215215
@pytest.mark.parametrize(
216216
"intervals",
217217
[

0 commit comments

Comments
 (0)