#4855 disable racy h2spec test (#4950)

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
Ludovic Orban 2020-06-09 09:48:15 +02:00 committed by GitHub
parent c80f841798
commit eb6db0db66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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>