You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/04/05 21:16:44 UTC

[incubator-mxnet] branch v1.x updated: skip one test (#20122)

This is an automated email from the ASF dual-hosted git repository.

zha0q1 pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new 1201abe  skip one test (#20122)
1201abe is described below

commit 1201abe62f51ae274eca77f6cd5b65837c354754
Author: Zhaoqi Zhu <zh...@gmail.com>
AuthorDate: Mon Apr 5 14:15:08 2021 -0700

    skip one test (#20122)
---
 tests/python-pytest/onnx/test_onnxruntime_cv.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/python-pytest/onnx/test_onnxruntime_cv.py b/tests/python-pytest/onnx/test_onnxruntime_cv.py
index 8fe563a..f8c2f22 100644
--- a/tests/python-pytest/onnx/test_onnxruntime_cv.py
+++ b/tests/python-pytest/onnx/test_onnxruntime_cv.py
@@ -345,7 +345,8 @@ def img_segmentation_test_images(tmpdir_factory):
     'deeplab_resnet101_ade',
     'deeplab_resnest50_ade',
     'deeplab_resnest101_ade',
-    'deeplab_resnest200_ade',
+    # cannot download this model, skipping for now
+    #'deeplab_resnest200_ade',
     'deeplab_resnest269_ade',
     'fcn_resnet101_coco',
     'deeplab_resnet101_coco',