Skip to content

Commit 6722815

Browse files
committed
Skip for array manager
1 parent e19d7cf commit 6722815

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/copy_view/test_astype.py

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import pytest
33

44
from pandas.compat import pa_version_under7p0
5+
import pandas.util._test_decorators as td
56

67
import pandas as pd
78
from pandas import (
@@ -85,6 +86,7 @@ def test_astype_different_target_dtype(using_copy_on_write, dtype):
8586
tm.assert_frame_equal(df2, df_orig.astype(dtype))
8687

8788

89+
@td.skip_array_manager_invalid_test
8890
def test_astype_numpy_to_ea():
8991
ser = Series([1, 2, 3])
9092
with pd.option_context("mode.copy_on_write", True):

0 commit comments

Comments
 (0)