Skip to content

Commit 5f18204

Browse files
authored
Update pandas/tests/indexes/interval/test_interval_tree.py
1 parent 22538c8 commit 5f18204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/interval/test_interval_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def test_construction_overflow(self):
190190
expected = (50 + np.iinfo(np.int64).max) / 2
191191
assert result == expected
192192

193-
@pytest.mark.xfail(WASM, reason="GH 23440")
193+
@pytest.mark.xfail(not IS64, reason="GH 23440")
194194
@pytest.mark.parametrize(
195195
"left, right, expected",
196196
[

0 commit comments

Comments
 (0)