Skip to content

Commit 2efdef7

Browse files
committed
Fix excludedGroups configuration parameter
1 parent 534d333 commit 2efdef7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,11 @@
11701170
<goal>verify</goal>
11711171
</goals>
11721172
<configuration>
1173-
<excludedGroups>SIMPLE_MINI_CLUSTER_SUITE,TestSuite</excludedGroups>
1173+
<!--
1174+
exclude tests that were run as part of the test suite and
1175+
the test suite itself
1176+
-->
1177+
<excludedGroups>SimpleMiniClusterSuite,TestSuite</excludedGroups>
11741178
</configuration>
11751179
</execution>
11761180
</executions>

0 commit comments

Comments
 (0)