qiaojialin commented on a change in pull request #2582:
URL: https://github.com/apache/iotdb/pull/2582#discussion_r571360549



##########
File path: cross-tests/pom.xml
##########
@@ -84,4 +84,32 @@
             </plugin>
         </plugins>
     </build>
+    <profiles>
+        <profile>
+            <id>skipCrossTests</id>
+            <activation>
+                <property>
+                    <name>skipTests</name>
+                    <value>true</value>
+                </property>
+            </activation>
+            <properties>
+                <cross.test.it.skip>true</cross.test.it.skip>
+                <cross.ut.skip>true</cross.ut.skip>
+                <cross.test.test.skip>true</cross.test.test.skip>
+            </properties>
+        </profile>
+        <profile>
+            <id>skipUT_CrossTests</id>
+            <activation>
+                <property>
+                    <name>skipUTs</name>
+                    <value>true</value>
+                </property>
+            </activation>
+            <properties>
+                <cross.ut.skip>true</cross.ut.skip>
+            </properties>
+        </profile>
+    </profiles>

Review comment:
       -DskipTests can not skip the test in cross-test module, so added this




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to