Skip to content

Commit

Permalink
Skip categorical take tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Apr 26, 2018
1 parent f3b91ca commit eecd632
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pandas/tests/extension/category/test_categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ def test_take_non_na_fill_value(self):
def test_take_out_of_bounds_raises(self):
pass

@skip_take
def test_take_series(self):
pass

@skip_take
def test_reindex_non_na_fill_value(self):
pass

@pytest.mark.xfail(reason="Categorical.take buggy")
def test_take_empty(self):
pass
Expand Down

0 comments on commit eecd632

Please sign in to comment.