diff options
Diffstat (limited to 'server/sonar-web/test/intern.js')
-rw-r--r-- | server/sonar-web/test/intern.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/test/intern.js b/server/sonar-web/test/intern.js index 20e008b1e2a..7fab8d5d7b1 100644 --- a/server/sonar-web/test/intern.js +++ b/server/sonar-web/test/intern.js @@ -4,7 +4,7 @@ define(['intern'], function (intern) { tunnel = useBrowserStack ? 'BrowserStackTunnel' : 'NullTunnel'; return { - excludeInstrumentation: /(((test|third-party|node_modules)\/)|(templates.js$))/, + excludeInstrumentation: true, defaultTimeout: 60 * 1000, @@ -19,7 +19,6 @@ define(['intern'], function (intern) { functionalSuites: [ 'test/medium/api-documentation.spec', 'test/medium/coding-rules.spec', - 'test/medium/computation.spec', 'test/medium/custom-measures.spec', 'test/medium/global-permissions.spec', 'test/medium/groups.spec', |