Skip to content

Commit

Permalink
[RESTEASY-2406] rename property controlling microprofile test exclusi…
Browse files Browse the repository at this point in the history
…on to avoid clashes with container version based exclusions
  • Loading branch information
asoldano committed Jun 1, 2020
1 parent 8948343 commit 54f8cb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion testsuite/integration-tests-spring/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
which are in standalone-full.xml but not in
standalone-microprofile.xml
-->
<additional.surefire.excluded.groups>org.jboss.resteasy.category.ExpectedFailingWithStandaloneMicroprofileConfiguration</additional.surefire.excluded.groups>
<microprofile.excluded.groups>org.jboss.resteasy.category.ExpectedFailingWithStandaloneMicroprofileConfiguration</microprofile.excluded.groups>
</properties>
</profile>
</profiles>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration-tests-spring/inmodule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
which are in standalone-full.xml but not in
standalone-microprofile.xml
-->
<additional.surefire.excluded.groups>org.jboss.resteasy.category.ExpectedFailingWithStandaloneMicroprofileConfiguration</additional.surefire.excluded.groups>
<microprofile.excluded.groups>org.jboss.resteasy.category.ExpectedFailingWithStandaloneMicroprofileConfiguration</microprofile.excluded.groups>
</properties>
</profile>
</profiles>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
which are in standalone-full.xml but not in
standalone-microprofile.xml
-->
<additional.surefire.excluded.groups>org.jboss.resteasy.category.ExpectedFailingWithStandaloneMicroprofileConfiguration,org.jboss.resteasy.category.ExpectedFailingBecauseOfSmallRyeMicroprofileOpenApi11</additional.surefire.excluded.groups>
<microprofile.excluded.groups>org.jboss.resteasy.category.ExpectedFailingWithStandaloneMicroprofileConfiguration,org.jboss.resteasy.category.ExpectedFailingBecauseOfSmallRyeMicroprofileOpenApi11</microprofile.excluded.groups>
</properties>
</profile>
</profiles>
Expand Down
5 changes: 3 additions & 2 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<properties>
<version.resteasy.testsuite>${project.version}</version.resteasy.testsuite>
<additional.surefire.excluded.groups></additional.surefire.excluded.groups>
<microprofile.excluded.groups></microprofile.excluded.groups>
<!-- default value required for cmd-line -->
<securityManagerArg>-DSECMGR="false"</securityManagerArg>
<!-- Optional property for jacoco report generation -->
Expand Down Expand Up @@ -46,7 +47,7 @@
<jboss.server.config.file.name>${jboss.server.config.file.name}</jboss.server.config.file.name>
<security.provider>${security.provider}</security.provider>
</systemPropertyVariables>
<excludedGroups>org.jboss.resteasy.category.ExpectedFailing,${additional.surefire.excluded.groups}</excludedGroups>
<excludedGroups>org.jboss.resteasy.category.ExpectedFailing,${additional.surefire.excluded.groups},${microprofile.excluded.groups}</excludedGroups>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -108,7 +109,7 @@
</property>
</activation>
<properties>
<additional.surefire.excluded.groups>org.jboss.resteasy.category.MicroProfileDependent</additional.surefire.excluded.groups>
<microprofile.excluded.groups>org.jboss.resteasy.category.MicroProfileDependent</microprofile.excluded.groups>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 54f8cb3

Please sign in to comment.