diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 2a1df7d0d..e288a21d4 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -268,10 +268,11 @@ class DomainApplicationFixture: "status": "action needed", "organization_name": "Example - Action Needed", }, - { - "status": "rejected", - "organization_name": "Example - Rejected", - }, + # Pa11y does not like this fixture + # { + # "status": "rejected", + # "organization_name": "Example - Rejected", + # }, ] @classmethod