Skip to content

Commit

Permalink
Merge pull request #35085 from ozangunalp/vthreads_jms_test_skip
Browse files Browse the repository at this point in the history
Skip flaky jms virtual threads until fix
  • Loading branch information
geoand authored Jul 28, 2023
2 parents 9419f8e + 386af3c commit c6b253c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions integration-tests/virtual-threads/jms-virtual-threads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- Flaky test -->
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<!-- Flaky test -->
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit c6b253c

Please sign in to comment.