Repository: incubator-atlas Updated Branches: refs/heads/master c1b57d564 -> cea70bc6f
ATLAS-1317: Disable the inconsistent tests temporarily Signed-off-by: Madhan Neethiraj <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/cea70bc6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/cea70bc6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/cea70bc6 Branch: refs/heads/master Commit: cea70bc6f94c61607b8fc7406bf15ff0f4b3df90 Parents: c1b57d5 Author: apoorvnaik <[email protected]> Authored: Tue Nov 22 12:41:17 2016 -0800 Committer: Madhan Neethiraj <[email protected]> Committed: Tue Nov 22 12:51:21 2016 -0800 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/cea70bc6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 87ec46a..641165e 100644 --- a/pom.xml +++ b/pom.xml @@ -1749,6 +1749,13 @@ <forkCount>1</forkCount> <threadCount>5</threadCount> <redirectTestOutputToFile>true</redirectTestOutputToFile> + <!-- ATLAS-1317: Disable problematic tests. Need to revisit and fix them later --> + <excludes> + <exclude>**/TypedefsJerseyResourceIT.java</exclude> + <exclude>**/TypesJerseyResourceIT.java</exclude> + <exclude>**/MetadataDiscoveryJerseyResourceIT.java</exclude> + <exclude>**/HiveHookIT.java</exclude> + </excludes> </configuration> <executions> <execution>
