diff --git a/awx/main/tests/unit/test_access.py b/awx/main/tests/unit/test_access.py index 83b07d3ef6..2bda14eea2 100644 --- a/awx/main/tests/unit/test_access.py +++ b/awx/main/tests/unit/test_access.py @@ -236,7 +236,6 @@ class TestWorkflowAccessMethods: assert access.can_add({'organization': 1}) -@pytest.mark.django_db def test_user_capabilities_method(): """Unit test to verify that the user_capabilities method will defer to the appropriate sub-class methods of the access classes.