diff --git a/pandas/tests/copy_view/test_internals.py b/pandas/tests/copy_view/test_internals.py index 7a2965f2e1c61..1938a1c58fe3d 100644 --- a/pandas/tests/copy_view/test_internals.py +++ b/pandas/tests/copy_view/test_internals.py @@ -65,6 +65,7 @@ def test_clear_parent(using_copy_on_write): assert subset._mgr.parent is None +@pytest.mark.single_cpu @td.skip_array_manager_invalid_test def test_switch_options(): # ensure we can switch the value of the option within one session