Skip to content

Commit

Permalink
Disabled failsafe integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 7, 2024
1 parent 3d0a3b3 commit 7641cc7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,7 @@
<goal>verify</goal>
</goals>
</execution>
<!--
<execution>
<id>DefaultIT</id>
<goals>
Expand All @@ -1199,6 +1200,7 @@
</systemPropertyVariables>
</configuration>
</execution>
-->
</executions>
</plugin>
<plugin>
Expand Down Expand Up @@ -1333,6 +1335,7 @@
<goal>verify</goal>
</goals>
</execution>
<!--
<execution>
<id>ClientTelemetryIT</id>
<goals>
Expand All @@ -1348,6 +1351,7 @@
</systemPropertyVariables>
</configuration>
</execution>
-->
</executions>
</plugin>
</plugins>
Expand Down Expand Up @@ -1383,6 +1387,7 @@
<goal>verify</goal>
</goals>
</execution>
<!--
<execution>
<id>DellBoomiIT</id>
<goals>
Expand All @@ -1392,6 +1397,7 @@
<test>DellBoomiCloudIT.java</test>
</configuration>
</execution>
-->
</executions>
</plugin>
</plugins>
Expand Down Expand Up @@ -1427,6 +1433,7 @@
<goal>verify</goal>
</goals>
</execution>
<!--
<execution>
<id>ClientTelemetryIT</id>
<goals>
Expand All @@ -1442,6 +1449,7 @@
</systemPropertyVariables>
</configuration>
</execution>
-->
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 7641cc7

Please sign in to comment.