aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-02 14:21:29 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-02 14:21:39 +0100
commit684c9550bc0e58e23615c2374e01b2a6127adba0 (patch)
treed7aaf500896373769e454d79c0b61f06e1fc3abf
parent7bef4ae1abae10e4509f7cf0756033dc9478282a (diff)
downloadsonarqube-684c9550bc0e58e23615c2374e01b2a6127adba0.tar.gz
sonarqube-684c9550bc0e58e23615c2374e01b2a6127adba0.zip
Disable JS tests when enabling the profile dbTests
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d8293c7a147..795f7a66da0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1445,6 +1445,9 @@
<name>dbTests</name>
</property>
</activation>
+ <properties>
+ <skipWebTests>true</skipWebTests>
+ </properties>
<dependencies>
<dependency>
<groupId>mysql</groupId>