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
1 changed files with 1 additions and 0 deletions

View File

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