Re-enable tests.

Signed-off-by: Olga Maciaszek-Sharma <olga.maciaszek-sharma@broadcom.com>
This commit is contained in:
Olga Maciaszek-Sharma
2025-04-22 19:14:50 +02:00
parent e046840b4b
commit 64e44ce8ca
2 changed files with 0 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import reactor.core.publisher.Mono;
@@ -120,7 +119,6 @@ abstract class AbstractLoadBalancerExchangeFilterFunctionIntegrationTests {
}
@Test
@Disabled // FIXME 3.0.0
void badRequestReturnedForIncorrectHost() {
assertThatIllegalStateException()
.isThrownBy(() -> WebClient.builder()

View File

@@ -73,7 +73,6 @@ class RetryableLoadBalancerExchangeFilterFunctionIntegrationTests
}
@Test
@Disabled
void correctResponseReturnedAfterRetryingOnNextServiceInstanceWithBackoff() {
loadBalancerProperties.getRetry().getBackoff().setEnabled(true);
loadBalancerProperties.getRetry().setMaxRetriesOnSameServiceInstance(1);