Skip to content

Commit

Permalink
[JBTM-3864] skip not working compensation quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgopen committed Mar 25, 2024
1 parent 5ff74b0 commit 4e295e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compensating-transactions/travel-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${version.surefire.plugin}</version>
<configuration>
<skip>false</skip>
<skip>true</skip>
<systemPropertyVariables combine.children="append">
<!-- Used in arquillian.xml -->
<server.jvm.args>${jvm.args.other} ${jvm.args.memory} ${jvm.args.debug}</server.jvm.args>
Expand Down Expand Up @@ -188,7 +188,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${version.surefire.plugin}</version>
<configuration>
<skip>false</skip>
<skip>true</skip>
<argLine>${ipv6.server.jvm.args}</argLine>
<systemPropertyVariables combine.children="append">
<!-- Used in arquillian.xml -->
Expand Down

0 comments on commit 4e295e1

Please sign in to comment.