Skip to content

Commit d1df104

Browse files
authored
Stop running AINode (AIClusterIT) integration tests (#17982)
1 parent 91ee301 commit d1df104

2 files changed

Lines changed: 7 additions & 65 deletions

File tree

.github/workflows/cluster-it-1c1d1a.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

integration-test/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,13 @@
544544
<activeByDefault>false</activeByDefault>
545545
</activation>
546546
<properties>
547-
<integrationTest.excludedGroups/>
547+
<!-- Temporarily exclude all AINode (AIClusterIT) integration tests.
548+
includedGroups is intentionally kept as AIClusterIT so this profile stays
549+
scoped to the AINode tests only - leaving it empty would make failsafe run
550+
every IT in this module. The matching excludedGroups then skips them, and
551+
because excludedGroups takes precedence over includedGroups, no AINode test
552+
is executed even when this profile is activated. -->
553+
<integrationTest.excludedGroups>org.apache.iotdb.itbase.category.AIClusterIT</integrationTest.excludedGroups>
548554
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.AIClusterIT</integrationTest.includedGroups>
549555
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
550556
<integrationTest.randomSelectWriteNode>false</integrationTest.randomSelectWriteNode>

0 commit comments

Comments
 (0)