Skip to content

Commit

Permalink
Add an xfail reason to test_no_host
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 19, 2023
1 parent 9825e1c commit 493e58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_url_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test_no_path(self):
assert u.query_string == ""
assert u.fragment == ""

@pytest.mark.xfail
@pytest.mark.xfail(reason="https://github.com/aio-libs/yarl/issues/821")
def test_no_host(self):
u = URL("//:80")
assert u.scheme == ""
Expand Down

0 comments on commit 493e58f

Please sign in to comment.