aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-12-15 14:00:26 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-12-15 15:50:43 +0100
commitf08f0fb09104c66a25204776490cdb25bbc042df (patch)
treeadc3f1cc35460dc5d352ec3171d8257c1a7ef4bc /pom.xml
parent8d98aa3473ab143ee9cd68f12676bd4764058e87 (diff)
downloadsonarqube-f08f0fb09104c66a25204776490cdb25bbc042df.tar.gz
sonarqube-f08f0fb09104c66a25204776490cdb25bbc042df.zip
Fix execution of web tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 0448ea224cd..bf3193160e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,9 +83,7 @@
<skipBatchTests>false</skipBatchTests>
<skipServerTests>false</skipServerTests>
-
- <!-- temporarily disable JS tests. Random failures on Linux -->
- <skipWebTests>true</skipWebTests>
+ <skipWebTests>false</skipWebTests>
<!-- To configure animal-sniffer to check API compat -->
<animal-sniffer.signature.groupId>org.codehaus.mojo.signature</animal-sniffer.signature.groupId>