You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2017/01/10 20:01:00 UTC

incubator-unomi git commit: UNOMI-72 Deactivate integration and performance tests by default until we find a way to make them work

Repository: incubator-unomi
Updated Branches:
  refs/heads/master b1c88c4c4 -> bf3cd3cca


UNOMI-72 Deactivate integration and performance tests by default until we find a way to make them work

Signed-off-by: Serge Huber <sh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/bf3cd3cc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/bf3cd3cc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/bf3cd3cc

Branch: refs/heads/master
Commit: bf3cd3cca4cff80e69722234cb53c7d0661662f7
Parents: b1c88c4
Author: Serge Huber <sh...@apache.org>
Authored: Tue Jan 10 21:00:49 2017 +0100
Committer: Serge Huber <sh...@apache.org>
Committed: Tue Jan 10 21:00:49 2017 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/bf3cd3cc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f6cc55..57da7e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,7 @@
         <profile>
             <id>integration-tests</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <modules>
                 <module>itests</module>
@@ -260,7 +260,7 @@
         <profile>
             <id>performance-tests</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <modules>
                 <module>performance-tests</module>