Skip to content

Commit 0e42a99

Browse files
committed
TST: xfail test_spam_url in test_html.py as maybe page changed?
xref #20685
1 parent fa231e8 commit 0e42a99

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
@@ -99,6 +99,7 @@ def test_banklist_url(self):
9999

100100
assert_framelist_equal(df1, df2)
101101

102+
@pytest.mark.xfail(reason="no tables found: gh-20685")
102103
@network
103104
def test_spam_url(self):
104105
url = ('http://ndb.nal.usda.gov/ndb/foods/show/1732?fg=&man=&'

0 commit comments

Comments
 (0)