[ https://jira.codehaus.org/browse/SUREFIRE-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Elad Tabak updated SUREFIRE-1143: --------------------------------- Description: When setting excluded groups in pom.xml under surefire/failsafe plugin, the tests on that groups still getting invoked. Using TestNG annotation with @Test(groups = ...) However, using the command line argument "-DexcludedGroups=...", the tests are skipped. See attached project. To reproduce the issue: Run: mvn clean install Result: test invoked, build failed. Expected result: test excluded, build pass Run: mvn clean install -DexcludedGroups=group1 Result: test excluded, build pass, as expected was: When setting excluded groups in pom.xml under surefire/failsafe plugin, the tests on that groups still getting invoked. However, using the command line argument "-DexcludedGroups=...", the tests are skipped. See attached project. To reproduce the issue: Run: mvn clean install Result: test invoked, build failed. Expected result: test excluded, build pass Run: mvn clean install -DexcludedGroups=group1 Result: test excluded, build pass, as expected Summary: Excluded groups in pom.xml are ignored with TestNG (was: Excluded groups in pom.xml are ignored) > Excluded groups in pom.xml are ignored with TestNG > -------------------------------------------------- > > Key: SUREFIRE-1143 > URL: https://jira.codehaus.org/browse/SUREFIRE-1143 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Failsafe Plugin > Affects Versions: 2.18 > Environment: Linux - Ubuntu 14.x. > Oracle JDK 1.7. > Reporter: Elad Tabak > Attachments: surefire-bug.tar.gz > > > When setting excluded groups in pom.xml under surefire/failsafe plugin, the > tests on that groups still getting invoked. > Using TestNG annotation with @Test(groups = ...) > However, using the command line argument "-DexcludedGroups=...", the tests > are skipped. > See attached project. > To reproduce the issue: > Run: mvn clean install > Result: test invoked, build failed. > Expected result: test excluded, build pass > Run: mvn clean install -DexcludedGroups=group1 > Result: test excluded, build pass, as expected -- This message was sent by Atlassian JIRA (v6.1.6#6162)