This is an automated email from the ASF dual-hosted git repository.
djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git
The following commit(s) were added to refs/heads/master by this push:
new 4adf88c Disable Gora Kudu tests (#202)
4adf88c is described below
commit 4adf88ca644c7ebc8b1ec95750fe22d4e79bf6c3
Author: Madhawa Gunasekara <[email protected]>
AuthorDate: Fri Mar 13 20:37:16 2020 +0100
Disable Gora Kudu tests (#202)
---
gora-kudu/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gora-kudu/pom.xml b/gora-kudu/pom.xml
index 3855ff1..199f96d 100644
--- a/gora-kudu/pom.xml
+++ b/gora-kudu/pom.xml
@@ -89,6 +89,13 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
</plugins>
<extensions>
<!-- Used to find the right kudu-binary artifact with the property
os.detected.classifier -->