Skip to content

Commit e2e36a0

Browse files
remove extra xfail
1 parent db31cfd commit e2e36a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/frame/methods/test_align.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import numpy as np
44
import pytest
55

6-
from pandas._config import using_string_dtype
7-
86
import pandas as pd
97
from pandas import (
108
DataFrame,
@@ -157,7 +155,6 @@ def test_align_series_condition(self):
157155
expected = DataFrame({"a": [0, 2, 0], "b": [0, 5, 0]})
158156
tm.assert_frame_equal(result, expected)
159157

160-
@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)")
161158
def test_align_int(self, int_frame):
162159
# test other non-float types
163160
other = DataFrame(index=range(5), columns=["A", "B", "C"])

0 commit comments

Comments
 (0)