You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/10/14 10:25:41 UTC

[iotdb] 02/04: prepare

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch rel/0.14.0-preview3
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 66001811450f6fec3d1f3cc11e62419f3fae4083
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Sep 1 16:56:49 2022 +0800

    prepare
---
 integration-test/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index f2dd4db7b6..281b02b865 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -148,6 +148,14 @@
                 </executions>
             </plugin>
             <!-- Run integration tests -->
+            <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>