Skip to content

Commit ece8e76

Browse files
committed
unxfail some tests
1 parent e7b240f commit ece8e76

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

pandas/tests/extension/mask/test_numpy_bool.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ class BaseNumpyTests(object):
4343

4444

4545
class TestDtype(BaseNumpyTests, base.BaseDtypeTests):
46-
def test_array_type_with_arg(self, data, dtype):
47-
pytest.skip("GH-22666")
46+
pass
4847

4948

5049
class TestInterface(BaseNumpyTests, base.BaseInterfaceTests):
51-
def test_repr(self, data):
52-
raise pytest.skip("TODO")
50+
pass
5351

5452

5553
class TestConstructors(BaseNumpyTests, base.BaseConstructorsTests):

pandas/tests/extension/mask/test_pyarrow_bool.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@ class BaseArrowTests(object):
4747

4848

4949
class TestDtype(BaseArrowTests, base.BaseDtypeTests):
50-
def test_array_type_with_arg(self, data, dtype):
51-
pytest.skip("GH-22666")
50+
pass
5251

5352

5453
class TestInterface(BaseArrowTests, base.BaseInterfaceTests):
55-
def test_repr(self, data):
56-
raise pytest.skip("TODO")
54+
pass
5755

5856

5957
class TestConstructors(BaseArrowTests, base.BaseConstructorsTests):

0 commit comments

Comments
 (0)