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

ericpai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 611861c1b7 [IOTDB-3178] Emergency Bug Fix For IT framework (#6121)
611861c1b7 is described below

commit 611861c1b76c63d9bd10f9e4b35654f00120ad6d
Author: Irvine <[email protected]>
AuthorDate: Wed Jun 1 13:00:50 2022 +0800

    [IOTDB-3178] Emergency Bug Fix For IT framework (#6121)
---
 integration/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration/pom.xml b/integration/pom.xml
index 5658d4ac95..2e572d63fc 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -85,7 +85,7 @@
         <profile>
             <id>LocalStandalone</id>
             <properties>
-                
<test.includedGroups>org.apache.iotdb.itbase.category.LocalStandaloneIT</test.includedGroups>
+                
<test.includedGroups>org.apache.iotdb.itbase.category.LocalStandaloneTest</test.includedGroups>
                 <test.excludedGroups/>
             </properties>
             <activation>
@@ -147,7 +147,7 @@
         <profile>
             <id>Remote</id>
             <properties>
-                
<test.includedGroups>org.apache.iotdb.itbase.category.RemoteIT</test.includedGroups>
+                
<test.includedGroups>org.apache.iotdb.itbase.category.RemoteTest</test.includedGroups>
                 <test.excludedGroups/>
             </properties>
             <activation>

Reply via email to