summaryrefslogtreecommitdiffstats
path: root/test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/pom.xml')
-rw-r--r--test/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pom.xml b/test/pom.xml
index d5502dc6e9..e13f51b497 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -15,6 +15,9 @@
<phantomjs.version>2.1.1</phantomjs.version>
<vaadin.version>8.0-SNAPSHOT</vaadin.version>
<failOnMissingWebXml>false</failOnMissingWebXml>
+ <!-- Don't care about coding style for tests -->
+ <sonar.skip>true</sonar.skip>
+ </properties>
</properties>
<repositories>