mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
Disable flaky reactorNettyAttributes() test in WebClientIntegrationTests
See gh-36589
This commit is contained in:
+2
@@ -46,6 +46,7 @@ import mockwebserver3.MockWebServer;
|
||||
import mockwebserver3.RecordedRequest;
|
||||
import org.eclipse.jetty.client.Request;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.params.ParameterizedTest;
|
||||
import org.junit.jupiter.params.provider.Arguments;
|
||||
@@ -1322,6 +1323,7 @@ class WebClientIntegrationTests {
|
||||
.verify(Duration.ofSeconds(3));
|
||||
}
|
||||
|
||||
@Disabled("Disabled because it's flaky (gh-36589)")
|
||||
@Test // gh-36158
|
||||
void reactorNettyAttributes() throws IOException {
|
||||
startServer(new ReactorClientHttpConnector());
|
||||
|
||||
Reference in New Issue
Block a user