Repository: phoenix Updated Branches: refs/heads/calcite 71cdd1a1f -> 12a2b22e3
PHOENIX-3337 Continue calcite branch build on unit test failure Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/12a2b22e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/12a2b22e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/12a2b22e Branch: refs/heads/calcite Commit: 12a2b22e3108635bd8834ace4e4d70fa8677f47e Parents: 71cdd1a Author: James Taylor <[email protected]> Authored: Thu Sep 29 13:56:08 2016 -0700 Committer: James Taylor <[email protected]> Committed: Thu Sep 29 13:56:08 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/12a2b22e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec6c8a1..67b9c84 100644 --- a/pom.xml +++ b/pom.xml @@ -422,7 +422,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>${maven-surefire-plugin.version}</version> <configuration> - <!--skip>true</skip--> + <testFailureIgnore>true</testFailureIgnore> <forkCount>${numForkedUT}</forkCount> <reuseForks>true</reuseForks> <argLine>-enableassertions -Xmx2250m -XX:MaxPermSize=128m
