@ -25,6 +25,7 @@ import java.util.concurrent.atomic.AtomicInteger;
@@ -25,6 +25,7 @@ import java.util.concurrent.atomic.AtomicInteger;
import org.apache.commons.logging.Log ;
import org.apache.commons.logging.LogFactory ;
import org.hamcrest.CoreMatchers ;
import org.junit.Ignore ;
import org.junit.Rule ;
import org.junit.Test ;
import org.junit.runner.RunWith ;
@ -148,6 +149,7 @@ public class RetryGatewayFilterFactoryIntegrationTests extends BaseWebClientTest
@@ -148,6 +149,7 @@ public class RetryGatewayFilterFactoryIntegrationTests extends BaseWebClientTest
}
@Test
@Ignore // FIXME: https://github.com/spring-cloud/spring-cloud-gateway/issues/1675
public void shouldNotRetryWhenSleepyRequestPost ( ) throws Exception {
testClient . mutate ( ) . responseTimeout ( Duration . ofSeconds ( 10 ) ) . build ( ) . post ( )
. uri ( "/sleep?key=notRetriesSleepyRequestPost&millis=3000" )