Skip to content

Commit c4be4a8

Browse files
committed
test(Visual Recognition): Ignore detectFaces tests
1 parent 69497ed commit c4be4a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

visual-recognition/src/test/java/com/ibm/watson/visual_recognition/v3/VisualRecognitionIT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ public void testDeleteAllClassifiers() {
268268
*
269269
* @throws IOException Signals that an I/O exception has occurred.
270270
*/
271+
@Ignore
271272
@Test
272273
public void testDetectFacesFromBytes() throws IOException {
273274
File images = new File(IMAGE_FACE_FILE);
@@ -281,6 +282,7 @@ public void testDetectFacesFromBytes() throws IOException {
281282
*
282283
* @throws FileNotFoundException the file not found exception
283284
*/
285+
@Ignore
284286
@Test
285287
public void testDetectFacesFromFile() throws FileNotFoundException {
286288
File images = new File(IMAGE_FACE_FILE);
@@ -293,6 +295,7 @@ public void testDetectFacesFromFile() throws FileNotFoundException {
293295
/**
294296
* Test detect faces from url.
295297
*/
298+
@Ignore
296299
@Test
297300
public void testDetectFacesFromUrl() {
298301
DetectFacesOptions options = new DetectFacesOptions.Builder()

0 commit comments

Comments
 (0)