Commit cea70bc6 by apoorvnaik Committed by Madhan Neethiraj

ATLAS-1317: Disable the inconsistent tests temporarily

parent c1b57d56
...@@ -1749,6 +1749,13 @@ ...@@ -1749,6 +1749,13 @@
<forkCount>1</forkCount> <forkCount>1</forkCount>
<threadCount>5</threadCount> <threadCount>5</threadCount>
<redirectTestOutputToFile>true</redirectTestOutputToFile> <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> </configuration>
<executions> <executions>
<execution> <execution>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment