Skip to content

Commit

Permalink
Running Quarkus tests in concurrently is not yet supported
Browse files Browse the repository at this point in the history
quarkusio/quarkus#42296
Individual Quarkus tests have been marked with @isolated in a previous commit
  • Loading branch information
bdemers committed Aug 5, 2024
1 parent b162262 commit 33b365b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions scim-server-examples/scim-server-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,21 +119,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<properties>
<configurationParameters>
junit.jupiter.execution.parallel.enabled = true
junit.jupiter.execution.parallel.mode.default = concurrent

# Looks like there is race condition, disable the logger callback
junit.quarkus.enable-basic-logging=false
</configurationParameters>
</properties>
</configuration>
</plugin>
<plugin>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
Expand Down

0 comments on commit 33b365b

Please sign in to comment.