Commit 7a63f7ea by Venkatesh Seetharam

BUG-32825 Add tests for Ranger Integration - undo skipTests=true. Contributed by…

BUG-32825 Add tests for Ranger Integration - undo skipTests=true. Contributed by Venkatesh Seetharam
parent e79ca3ca
...@@ -905,9 +905,11 @@ ...@@ -905,9 +905,11 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.7.2</version> <version>2.7.2</version>
<!--
<configuration> <configuration>
<skipTests>true</skipTests> <skipTests>true</skipTests>
</configuration> </configuration>
-->
</plugin> </plugin>
<plugin> <plugin>
......
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