Skip to content

Commit

Permalink
Temporarily disable broken CC USA scheme test.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Jul 19, 2024
1 parent 2806225 commit 34de9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cc/test_cc_schemes.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def test_turkey():

@pytest.mark.xfail(reason="May fail due to server errors.", raises=RequestException)
def test_usa():
pytest.skip()
certified = CCSchemes.get_usa_certified()
assert len(certified) != 0
assert absolute_urls(certified)
Expand Down

0 comments on commit 34de9ca

Please sign in to comment.