Skip to content

Commit 0d6ea71

Browse files
xaris96mroeschke
andauthored
Update pandas/tests/base/test_misc.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent a61324a commit 0d6ea71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/base/test_misc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def test_searchsorted(request, index_or_series_obj):
147147
# See gh-12238
148148
obj = index_or_series_obj
149149

150-
# 1. Check for multi-index
151150
if isinstance(obj, pd.MultiIndex):
152151
request.applymarker(pytest.mark.xfail(reason="GH 14833", strict=False))
153152
return

0 commit comments

Comments
 (0)