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

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


The following commit(s) were added to refs/heads/rel/1.0 by this push:
     new 88fe81cf06 disable integration tests
88fe81cf06 is described below

commit 88fe81cf064d53aaf9922269318c3edd37ac93df
Author: HTHou <[email protected]>
AuthorDate: Tue Nov 29 23:21:17 2022 +0800

    disable integration tests
---
 integration-test/pom.xml | 72 ++++++++++++++++++++++++------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 53713f352d..3d6f79ffe3 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -148,42 +148,42 @@
                 </executions>
             </plugin>
             <!-- Run integration tests -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-failsafe-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>integration-test</id>
-                        <goals>
-                            <goal>integration-test</goal>
-                        </goals>
-                        <configuration>
-                            <groups>${integrationTest.includedGroups}</groups>
-                            
<excludedGroups>${integrationTest.excludedGroups}</excludedGroups>
-                            <useSystemClassLoader>false</useSystemClassLoader>
-                            
<parallel>${integrationTest.parallelMode}</parallel>
-                            <threadCount>1</threadCount>
-                            <forkCount>${integrationTest.forkCount}</forkCount>
-                            <reuseForks>false</reuseForks>
-                            <systemPropertyVariables>
-                                <TestEnv>${integrationTest.testEnv}</TestEnv>
-                                
<RandomSelectWriteNode>${integrationTest.randomSelectWriteNode}</RandomSelectWriteNode>
-                                
<ReadAndVerifyWithMultiNode>${integrationTest.readAndVerifyWithMultiNode}</ReadAndVerifyWithMultiNode>
-                            </systemPropertyVariables>
-                            
<summaryFile>target/failsafe-reports/failsafe-summary-IT.xml</summaryFile>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>verify</id>
-                        <goals>
-                            <goal>verify</goal>
-                        </goals>
-                        <configuration>
-                            <skipTests>true</skipTests>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
+<!--            <plugin>-->
+<!--                <groupId>org.apache.maven.plugins</groupId>-->
+<!--                <artifactId>maven-failsafe-plugin</artifactId>-->
+<!--                <executions>-->
+<!--                    <execution>-->
+<!--                        <id>integration-test</id>-->
+<!--                        <goals>-->
+<!--                            <goal>integration-test</goal>-->
+<!--                        </goals>-->
+<!--                        <configuration>-->
+<!--                            
<groups>${integrationTest.includedGroups}</groups>-->
+<!--                            
<excludedGroups>${integrationTest.excludedGroups}</excludedGroups>-->
+<!--                            
<useSystemClassLoader>false</useSystemClassLoader>-->
+<!--                            
<parallel>${integrationTest.parallelMode}</parallel>-->
+<!--                            <threadCount>1</threadCount>-->
+<!--                            
<forkCount>${integrationTest.forkCount}</forkCount>-->
+<!--                            <reuseForks>false</reuseForks>-->
+<!--                            <systemPropertyVariables>-->
+<!--                                
<TestEnv>${integrationTest.testEnv}</TestEnv>-->
+<!--                                
<RandomSelectWriteNode>${integrationTest.randomSelectWriteNode}</RandomSelectWriteNode>-->
+<!--                                
<ReadAndVerifyWithMultiNode>${integrationTest.readAndVerifyWithMultiNode}</ReadAndVerifyWithMultiNode>-->
+<!--                            </systemPropertyVariables>-->
+<!--                            
<summaryFile>target/failsafe-reports/failsafe-summary-IT.xml</summaryFile>-->
+<!--                        </configuration>-->
+<!--                    </execution>-->
+<!--                    <execution>-->
+<!--                        <id>verify</id>-->
+<!--                        <goals>-->
+<!--                            <goal>verify</goal>-->
+<!--                        </goals>-->
+<!--                        <configuration>-->
+<!--                            <skipTests>true</skipTests>-->
+<!--                        </configuration>-->
+<!--                    </execution>-->
+<!--                </executions>-->
+<!--            </plugin>-->
 <!--            <plugin>-->
 <!--                <groupId>org.codehaus.mojo</groupId>-->
 <!--                <artifactId>exec-maven-plugin</artifactId>-->

Reply via email to