Skip to content

Commit bc7acf9

Browse files
committed
CI: xfail html test pandas-dev#36467
1 parent aed64e8 commit bc7acf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_html.py

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def test_to_html_compat(self):
121121
res = self.read_html(out, attrs={"class": "dataframe"}, index_col=0)[0]
122122
tm.assert_frame_equal(res, df)
123123

124+
@pytest.mark.xfail(reason="ResourceWarning from html5lib #36467", strict=False)
124125
@tm.network
125126
def test_banklist_url_positional_match(self):
126127
url = "http://www.fdic.gov/bank/individual/failed/banklist.html"

0 commit comments

Comments
 (0)