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 707c21811c skip tests
707c21811c is described below

commit 707c21811c4c5b469fa8e3740edd41e6d739984a
Author: HTHou <[email protected]>
AuthorDate: Wed Jun 29 16:36:29 2022 +0800

    skip tests
---
 integration-test/pom.xml | 4 ++--
 integration/pom.xml      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index fccb4f5309..7864870690 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -199,7 +199,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skipTests>false</skipTests>
+                            <skipTests>true</skipTests>
                             <groups>${integrationTest.includedGroups}</groups>
                             
<excludedGroups>${integrationTest.excludedGroups}</excludedGroups>
                             <useSystemClassLoader>false</useSystemClassLoader>
@@ -221,7 +221,7 @@
                             <goal>verify</goal>
                         </goals>
                         <configuration>
-                            <skipTests>false</skipTests>
+                            <skipTests>true</skipTests>
                             <summaryFiles>
                                 
<summaryFile>target/failsafe-reports/failsafe-summary-IT.xml</summaryFile>
                             </summaryFiles>
diff --git a/integration/pom.xml b/integration/pom.xml
index b502a63885..bbab7d9523 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -173,7 +173,7 @@
                                     <goal>integration-test</goal>
                                 </goals>
                                 <configuration>
-                                    <skipTests>false</skipTests>
+                                    <skipTests>true</skipTests>
                                     <groups>${test.includedGroups}</groups>
                                     
<excludedGroups>${test.excludedGroups}</excludedGroups>
                                     
<useSystemClassLoader>false</useSystemClassLoader>
@@ -192,7 +192,7 @@
                                     <goal>verify</goal>
                                 </goals>
                                 <configuration>
-                                    <skipTests>false</skipTests>
+                                    <skipTests>true</skipTests>
                                     <summaryFiles>
                                         
<summaryFile>target/failsafe-reports/failsafe-summary-Remote.xml</summaryFile>
                                     </summaryFiles>

Reply via email to