Skip to content

Commit eecd632

Browse files
committed
Skip categorical take tests
1 parent f3b91ca commit eecd632

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pandas/tests/extension/category/test_categorical.py

+8
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ def test_take_non_na_fill_value(self):
111111
def test_take_out_of_bounds_raises(self):
112112
pass
113113

114+
@skip_take
115+
def test_take_series(self):
116+
pass
117+
118+
@skip_take
119+
def test_reindex_non_na_fill_value(self):
120+
pass
121+
114122
@pytest.mark.xfail(reason="Categorical.take buggy")
115123
def test_take_empty(self):
116124
pass

0 commit comments

Comments
 (0)