Repository: ambari Updated Branches: refs/heads/trunk 8cfb2db63 -> 03f804c24
AMBARI-15071. Functional tests hang on BAO forever (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/03f804c2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/03f804c2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/03f804c2 Branch: refs/heads/trunk Commit: 03f804c24772bec7e7ccfd31d5d2f594ac0f0262 Parents: 8cfb2db Author: Andrew Onishuk <[email protected]> Authored: Wed Feb 17 14:28:05 2016 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Wed Feb 17 14:28:05 2016 +0200 ---------------------------------------------------------------------- ambari-funtest/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/03f804c2/ambari-funtest/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-funtest/pom.xml b/ambari-funtest/pom.xml index 4fa342f..8d19631 100644 --- a/ambari-funtest/pom.xml +++ b/ambari-funtest/pom.xml @@ -22,6 +22,9 @@ <packaging>${packagingFormat}</packaging> <name>Ambari Functional Tests</name> <description>Ambari Functional Tests</description> + <properties> + <maven.test.skip>true</maven.test.skip> <!-- Don't run tests by default. Run with -Dmaven.test.skip=false to run tests --> + </properties> <build> <plugins> <plugin>
