Changes from #12236 for EE11

Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
This commit is contained in:
Lachlan Roberts 2024-09-06 00:04:12 +10:00
parent d59257e2ec
commit cc5fea5c3a
No known key found for this signature in database
GPG Key ID: 5663FB7A8FF7E348
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ import org.eclipse.jetty.websocket.api.exceptions.UpgradeException;
import org.eclipse.jetty.websocket.client.WebSocketClient;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
@ -169,6 +170,7 @@ public class WebSocketOverHTTP2Test
}
@Test
@Tag("flaky") // See analysis in #12235.
public void testWebSocketOverDynamicHTTP2() throws Exception
{
testWebSocketOverDynamicTransport(clientConnector -> new ClientConnectionFactoryOverHTTP2.HTTP2(new HTTP2Client(clientConnector)));