This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rel/0.14.0_preview1
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.14.0_preview1 by this
push:
new c2077534c6 skip tests
c2077534c6 is described below
commit c2077534c62e096f62a49bc50126af3bd63676d4
Author: HTHou <[email protected]>
AuthorDate: Wed Jun 29 18:15:58 2022 +0800
skip tests
---
integration/pom.xml | 16 ++++++++++++++++
pom.xml | 4 ++--
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/integration/pom.xml b/integration/pom.xml
index bbab7d9523..f95d9f41cb 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -101,6 +101,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ <skipITs>true</skipITs>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
@@ -249,6 +257,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ <skipITs>true</skipITs>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index aeaec3f77f..9765483266 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,8 +112,8 @@
<module>compile-tools</module>
<module>client-cpp</module>
<module>metrics</module>
-<!-- <module>integration</module>-->
-<!-- <module>integration-test</module>-->
+ <module>integration</module>
+ <!-- <module>integration-test</module>-->
<module>consensus</module>
<module>external-pipe-api</module>
<module>library-udf</module>