JAVA-6216 Renamed spring-cloud-ribbon-retry to *ManualTest as they both (#11132)
expected at live running server to connect to
This commit is contained in:
parent
e2b8acdc2e
commit
b42f71b08d
|
@ -14,7 +14,7 @@ import org.springframework.http.ResponseEntity;
|
|||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = RibbonClientApp.class)
|
||||
public class RibbonRetryFailureIntegrationTest {
|
||||
public class RibbonRetryFailureManualTest {
|
||||
|
||||
private static ConfigurableApplicationContext weatherServiceInstance1;
|
||||
private static ConfigurableApplicationContext weatherServiceInstance2;
|
|
@ -15,7 +15,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
|||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = RibbonClientApp.class)
|
||||
public class RibbonRetrySuccessIntegrationTest {
|
||||
public class RibbonRetrySuccessManualTest {
|
||||
|
||||
private static ConfigurableApplicationContext weatherServiceInstance1;
|
||||
private static ConfigurableApplicationContext weatherServiceInstance2;
|
Loading…
Reference in New Issue