File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1138,7 +1138,7 @@ def test_parse_integers_above_fp_precision(all_parsers):
1138
1138
tm .assert_frame_equal (result , expected )
1139
1139
1140
1140
1141
- @pytest .mark .skip ( "unreliable test #35214" )
1141
+ @pytest .mark .xfail ( reason = "ResourceWarning #35660" , strict = False )
1142
1142
def test_chunks_have_consistent_numerical_type (all_parsers ):
1143
1143
parser = all_parsers
1144
1144
integers = [str (i ) for i in range (499999 )]
@@ -1152,7 +1152,7 @@ def test_chunks_have_consistent_numerical_type(all_parsers):
1152
1152
assert result .a .dtype == float
1153
1153
1154
1154
1155
- @pytest .mark .skip ( "unreliable test #35214" )
1155
+ @pytest .mark .xfail ( reason = "ResourceWarning #35660" , strict = False )
1156
1156
def test_warn_if_chunks_have_mismatched_type (all_parsers ):
1157
1157
warning_type = None
1158
1158
parser = all_parsers
You can’t perform that action at this time.
0 commit comments