File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
visual-recognition/src/test/java/com/ibm/watson/visual_recognition/v3 Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments