Skip to content

Commit 01a9fe9

Browse files
jamesnethertongithub-actions[bot]
authored andcommitted
Disable microprofile-fault-tolerance tests due to #6851
1 parent c0c34e8 commit 01a9fe9

File tree

1 file changed

+15
-0
lines changed
  • integration-tests/microprofile-fault-tolerance

1 file changed

+15
-0
lines changed

integration-tests/microprofile-fault-tolerance/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,21 @@
6969
</dependency>
7070
</dependencies>
7171

72+
<!-- TODO: Remove this https://github.com/apache/camel-quarkus/issues/6851 -->
73+
<build>
74+
<plugins>
75+
<plugin>
76+
<groupId>org.apache.maven.plugins</groupId>
77+
<artifactId>maven-surefire-plugin</artifactId>
78+
<configuration>
79+
<skip>true</skip>
80+
</configuration>
81+
</plugin>
82+
</plugins>
83+
</build>
84+
7285
<profiles>
86+
<!-- TODO: https://github.com/apache/camel-quarkus/issues/6851
7387
<profile>
7488
<id>native</id>
7589
<activation>
@@ -97,6 +111,7 @@
97111
</plugins>
98112
</build>
99113
</profile>
114+
-->
100115
<profile>
101116
<id>virtualDependencies</id>
102117
<activation>

0 commit comments

Comments
 (0)