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
No related branches found
No related tags found
1 merge request!1Add basic model tests
Pipeline #23710 failed
import pytest
from funkwhale_api_client.models.verify_email import VerifyEmail 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): def test_VerifyEmail(load_data):
response = load_data("verify_email") response = load_data("verify_email")
verify_email: VerifyEmail = VerifyEmail.from_dict(response) 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