mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 10:54:54 +00:00
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…
x
Reference in New Issue
Block a user