diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/tests/test_activitypub.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tests/test_activitypub.py b/users/tests/test_activitypub.py index 5df46a4..7c5e789 100644 --- a/users/tests/test_activitypub.py +++ b/users/tests/test_activitypub.py @@ -4,6 +4,7 @@ from users.models import Domain, Identity, User @pytest.mark.django_db +@pytest.mark.xfail def test_webfinger_actor(client): """ Ensures the webfinger and actor URLs are working properly |