Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 0 additions & 64 deletions .github/workflows/cluster-it-1c1d1a.yml

This file was deleted.

8 changes: 7 additions & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,13 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<integrationTest.excludedGroups/>
<!-- Temporarily exclude all AINode (AIClusterIT) integration tests.
includedGroups is intentionally kept as AIClusterIT so this profile stays
scoped to the AINode tests only - leaving it empty would make failsafe run
every IT in this module. The matching excludedGroups then skips them, and
because excludedGroups takes precedence over includedGroups, no AINode test
is executed even when this profile is activated. -->
<integrationTest.excludedGroups>org.apache.iotdb.itbase.category.AIClusterIT</integrationTest.excludedGroups>
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.AIClusterIT</integrationTest.includedGroups>
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
<integrationTest.randomSelectWriteNode>false</integrationTest.randomSelectWriteNode>
Expand Down
Loading