Skip to content

Commit

Permalink
Make sure JUnit @order annotation on classes is effective for integra…
Browse files Browse the repository at this point in the history
…tion tests
  • Loading branch information
geoand committed Jul 8, 2022
1 parent d6bdfaa commit fa7c426
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@
<skip>${quarkus.build.skip}</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<junit.quarkus.orderer.secondary-orderer>
org.junit.jupiter.api.ClassOrderer$OrderAnnotation
</junit.quarkus.orderer.secondary-orderer>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit fa7c426

Please sign in to comment.