Comment out milestone versions and related tests.
See gh-1625
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
package org.springframework.cloud.contract.wiremock;
|
||||
|
||||
import org.assertj.core.api.BDDAssertions;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@@ -40,6 +41,7 @@ public class AutoConfigureWireMockFilesApplicationWithUrlResourceTests {
|
||||
int wiremockPort;
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void should_work_for_analytics() throws Exception {
|
||||
String count = new RestTemplate().getForObject("http://localhost:" + this.wiremockPort + "/issues/count",
|
||||
String.class);
|
||||
@@ -48,6 +50,7 @@ public class AutoConfigureWireMockFilesApplicationWithUrlResourceTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void should_work_for_webhook() throws Exception {
|
||||
String response = new RestTemplate().getForObject("http://localhost:" + this.wiremockPort + "/", String.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user