Merge pull request #188 from galgeek/xfail-interstitial

xfail test — didn't we already merge this simple update?
This commit is contained in:
Barbara Miller 2020-03-27 16:35:59 -07:00 committed by GitHub
commit cebdb20972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
tests/test_brozzling.py Normal file → Executable file
View File

@ -118,6 +118,8 @@ def test_aw_snap_hes_dead_jim():
with pytest.raises(brozzler.BrowsingException):
browser.browse_page('chrome://crash')
# chromium's 401 handling changed???
@pytest.mark.xfail
def test_page_interstitial_exception(httpd):
chrome_exe = brozzler.suggest_default_chrome_exe()
url = 'http://localhost:%s/401' % httpd.server_port