File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments