Skip to content

Commit 91769c2

Browse files
committed
test(vr): temporary disable some vr test as they are time consuming
1 parent 62adbe6 commit 91769c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/test_visual_recognition.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def test_classify(self):
3131
classifier_ids=['default']).get_result()
3232
assert dog_results is not None
3333

34+
@pytest.mark.skip(reason="temporray disable")
3435
def test_detect_faces(self):
3536
output = self.visual_recognition.detect_faces(
3637
url='https://www.ibm.com/ibm/ginni/images/ginni_bio_780x981_v4_03162016.jpg').get_result()
@@ -54,6 +55,7 @@ def test_custom_classifier(self):
5455

5556
output = self.visual_recognition.delete_classifier(classifier_id).get_result()
5657

58+
@pytest.mark.skip(reason="temporray disable")
5759
def test_core_ml_model(self):
5860
core_ml_model = self.visual_recognition.get_core_ml_model(self.classifier_id).get_result()
5961
assert core_ml_model.ok

0 commit comments

Comments
 (0)