未验证 提交 88fe81cf 编写于 作者: H HTHou

disable integration tests

上级 27f9e971
......@@ -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>-->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册