Mute Netty4HttpServerTransportTests#testCorsRequest (#58480)

Relates to #58433
This commit is contained in:
Luca Cavanna 2020-06-24 14:30:52 +02:00
parent f6d5f452cd
commit 7e2bb8d6a2

View File

@ -275,6 +275,7 @@ public class Netty4HttpServerTransportTests extends ESTestCase {
assertThat(causeReference.get(), instanceOf(TooLongFrameException.class)); assertThat(causeReference.get(), instanceOf(TooLongFrameException.class));
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58433")
public void testCorsRequest() throws InterruptedException { public void testCorsRequest() throws InterruptedException {
final HttpServerTransport.Dispatcher dispatcher = new HttpServerTransport.Dispatcher() { final HttpServerTransport.Dispatcher dispatcher = new HttpServerTransport.Dispatcher() {