Mute Netty4HttpServerTransportTests#testCorsRequest (#58480)
Relates to #58433
This commit is contained in:
parent
f6d5f452cd
commit
7e2bb8d6a2
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue