Switch to side-by-side view
--- a/Allura/allura/tests/test_security.py +++ b/Allura/allura/tests/test_security.py @@ -1,6 +1,8 @@ from allura.tests import TestController class TestSecurity(TestController): + + validate_skip = True def test_anon(self): self.app.get('/security/*anonymous/forbidden', status=302)