unskip the tests in views that make a lot of noise, as this is not caused by this work after all

This commit is contained in:
Rachid Mrad 2023-09-22 12:10:35 -04:00
parent 0776b5c4ec
commit a093c24c64
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -1128,7 +1128,6 @@ class TestDomainPermissions(TestWithDomainPermissions):
self.assertEqual(response.status_code, 403)
@skip("This produces a lot of noise with the RBAC revision")
class TestDomainDetail(TestWithDomainPermissions, WebTest):
def setUp(self):
super().setUp()