From 0448c4ae7950374034c864c7ba6d4855f5ab25e8 Mon Sep 17 00:00:00 2001 From: Alexander Shoshin Date: Fri, 28 Apr 2017 16:18:15 +0300 Subject: [PATCH 1/3] added ability to exclude some unit tests using command line --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 3bede629380..87af32376c7 100644 --- a/pom.xml +++ b/pom.xml @@ -134,6 +134,9 @@ 64m 512m + + + @@ -555,6 +558,9 @@ ${plugin.surefire.version} -Xmx2g -Xms1g -Dfile.encoding=UTF-8 + + ${tests.to.exclude} +