Skip to content

Commit

Permalink
#4855 disable racy h2spec test (#4950)
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban authored Jun 9, 2020
1 parent c80f841 commit eb6db0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jetty-http2/http2-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<configuration>
<mainClass>org.eclipse.jetty.http2.server.H2SpecServer</mainClass>
<skip>${skipTests}</skip>
<excludeSpecs>
<!-- see: https://github.com/summerwind/h2spec/issues/115 -->
<excludeSpec>6.9.2 - Changes SETTINGS_INITIAL_WINDOW_SIZE after sending HEADERS frame</excludeSpec>
</excludeSpecs>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit eb6db0d

Please sign in to comment.