Skip to content

Commit 05319ae

Browse files
committed
more test skip
1 parent 8695dca commit 05319ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/frame/test_constructors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3197,6 +3197,7 @@ def test_from_out_of_bounds_ns_datetime(
31973197
assert item.asm8.dtype == exp_dtype
31983198
assert dtype == exp_dtype
31993199

3200+
@pytest.mark.known_ub
32003201
def test_out_of_s_bounds_datetime64(self, constructor):
32013202
scalar = np.datetime64(np.iinfo(np.int64).max, "D")
32023203
result = constructor(scalar)
@@ -3232,6 +3233,7 @@ def test_from_out_of_bounds_ns_timedelta(
32323233
assert item.asm8.dtype == exp_dtype
32333234
assert dtype == exp_dtype
32343235

3236+
@pytest.mark.known_ub
32353237
@pytest.mark.parametrize("cls", [np.datetime64, np.timedelta64])
32363238
def test_out_of_s_bounds_timedelta64(self, constructor, cls):
32373239
scalar = cls(np.iinfo(np.int64).max, "D")

0 commit comments

Comments
 (0)