Skip to content

Commit 9ed5b1f

Browse files
committed
add ignore
1 parent 1de0e0b commit 9ed5b1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/sample/data/rest/ThirdPartyApiTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
import org.json.JSONObject;
55

6+
import org.junit.Ignore;
67
import org.junit.Test;
78
import org.springframework.web.client.RestTemplate;
89

@@ -14,6 +15,7 @@ public class ThirdPartyApiTest {
1415
final RestTemplate template = new RestTemplate();
1516

1617
@Test
18+
@Ignore
1719
public void testCitiesSearch() throws Exception {
1820
String api = "http://localhost:8000/api/cities/search/findByNameAndCountryAllIgnoringCase";
1921
String params = "?name=Melbourne&country=Australia";

0 commit comments

Comments
 (0)