Skip to content

Commit 3f0311f

Browse files
committed
Exlucde TracingE2ET for testing.
1 parent 0bc007f commit 3f0311f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

powertools-e2e-tests/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
-->
1515

1616
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1919
<modelVersion>4.0.0</modelVersion>
2020
<parent>
2121
<artifactId>powertools-parent</artifactId>
@@ -216,10 +216,14 @@
216216
</execution>
217217
</executions>
218218
<configuration>
219-
<skipAfterFailureCount>1</skipAfterFailureCount> <!-- no need to continue / deploy more resources and lose time -->
219+
<skipAfterFailureCount>1</skipAfterFailureCount> <!-- no need to continue / deploy more
220+
resources and lose time -->
220221
<includes>
221222
<include>**/*E2ET.java</include>
222223
</includes>
224+
<excludes>
225+
<exclude>**/TracingE2ET.java</exclude>
226+
</excludes>
223227
</configuration>
224228
</plugin>
225229
</plugins>

0 commit comments

Comments
 (0)