Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 41e59d7

Browse files
committedSep 7, 2017
Rebase and remove xfail
Removed xfail, as the issue impacting the failing test has been resolved. Rebase to address merge conflicts.
1 parent e078f4c commit 41e59d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎pandas/tests/indexes/common.py

-3
Original file line numberDiff line numberDiff line change
@@ -565,9 +565,6 @@ def test_intersection_base(self):
565565

566566
if isinstance(idx, CategoricalIndex):
567567
pass
568-
elif isinstance(idx, RangeIndex):
569-
pytest.xfail(reason='intersection fails for decreasing '
570-
'RangeIndex (GH 17296)')
571568
else:
572569
assert tm.equalContents(intersect, second)
573570

0 commit comments

Comments
 (0)
Please sign in to comment.