Skip to content
Snippets Groups Projects
Verified Commit a67ae040 authored by Georg Krause's avatar Georg Krause
Browse files

Mark test as expected to fail

parent f8d9d3a7
Branches
Tags
1 merge request!1Add basic model tests
Pipeline #23710 failed
import pytest
from funkwhale_api_client.models.verify_email import VerifyEmail
@pytest.mark.xfail
# This is known to be broken, see https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/1877
def test_VerifyEmail(load_data):
response = load_data("verify_email")
verify_email: VerifyEmail = VerifyEmail.from_dict(response)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment