Switch to side-by-side view

--- a/Allura/allura/tests/test_dispatch.py
+++ b/Allura/allura/tests/test_dispatch.py
@@ -3,6 +3,8 @@
 app = None
 
 class TestDispatch(TestController):
+
+    validate_skip = True
 
     def test_dispatch(self):
         r = self.app.get('/dispatch/foo/')