Skip to content

Commit 2f5ade5

Browse files
author
Mark Wareham
committed
QA-125 exluding test until resolved
1 parent ab4e655 commit 2f5ade5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

servlet/http2/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,26 @@
329329
<alpn.version>8.1.11.v20170118</alpn.version>
330330
</properties>
331331
</profile>
332+
333+
<profile>
334+
<id>stable</id>
335+
<build>
336+
<plugins>
337+
<plugin>
338+
<groupId>org.apache.maven.plugins</groupId>
339+
<artifactId>maven-surefire-plugin</artifactId>
340+
<configuration>
341+
<excludes>
342+
<!-- Bug to do with npn with this JDK version (_192) causes this, awaiting external fix tracked
343+
by QA-125 -->
344+
<exclude>org.javaee8.servlet.http2.Http2Test</exclude>
345+
</excludes>
346+
</configuration>
347+
</plugin>
348+
</plugins>
349+
</build>
350+
</profile>
351+
332352
</profiles>
333353

334354
</project>

0 commit comments

Comments
 (0)