Skip to content

Commit

Permalink
tests/petstorev3 - xfail test_pets due to addPet/500
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism committed Dec 7, 2023
1 parent bd8c892 commit ec1e0e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/petstorev3_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def test_user(api, user):
r = api._.loginUser(parameters={"username": user.username, "password": user.password})


@pytest.mark.xfail
@pytest.mark.skipif(httpx_auth, reason="oauth does not work")
def test_pets(api, login):
"""requires *working* oauth or no oauth"""
Expand Down

0 comments on commit ec1e0e3

Please sign in to comment.