Skip to content

Commit

Permalink
bugfix(tests): disable parallel tests for Spring
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Nov 28, 2024
1 parent 4aa616f commit 67dc38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@
<exclude>**/nb-configuration.xml</exclude>
<exclude>**/faces-config.NavData</exclude>
<exclude>**/org.mockito.plugins.MockMaker</exclude>
<exclude>**/junit-platform.properties</exclude>
<exclude>.mvn/*</exclude>
</excludes>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
junit.jupiter.execution.parallel.enabled = false

0 comments on commit 67dc38e

Please sign in to comment.