Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no
Gbp-Pq: Name xfail_tests_404.patch
pd.read_excel("", engine=bad_engine)
@tm.network
+ @pytest.mark.xfail(condition=True,reason="404 URL",strict=False)
def test_read_from_http_url(self, read_ext):
if read_ext == ".ods": # TODO: remove once on master
pytest.skip()
assert_framelist_equal(df1, df2)
@network
+ @pytest.mark.xfail(condition=True,reason="404 URL",strict=False)
def test_spam_url(self):
url = (
"https://raw.githubusercontent.com/pandas-dev/pandas/master/"