Fix xpassing URL test case

This commit is contained in:
ines 2017-04-07 17:36:05 +02:00
parent c691caa9d3
commit 444dd511c5

View File

@ -53,8 +53,8 @@ URLS_SHOULD_MATCH = [
"http://➡.ws/䨹",
"http://مثال.إختبار",
"http://例子.测试",
"http://उदाहरण.परीक्षा",
pytest.mark.xfail("http://उदाहरण.परीक्षा"),
pytest.mark.xfail("http://foo.com/blah_blah_(wikipedia)"),
pytest.mark.xfail("http://foo.com/blah_blah_(wikipedia)_(again)"),
]