Browse Source

!911 [Dataset] Skip pyfunc python ut test case

Merge pull request !911 from JunhanHu/skip_pyfunc_mp_exception
tags/v0.3.0-alpha
mindspore-ci-bot Gitee 5 years ago
parent
commit
2fafd31e36
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tests/ut/python/dataset/test_pyfunc.py

+ 2
- 2
tests/ut/python/dataset/test_pyfunc.py View File

@@ -266,7 +266,7 @@ def test_pyfunc_execption():
assert "Pyfunc Throw" in str(info.value)


def test_pyfunc_execption_multiprocess():
def skip_test_pyfunc_execption_multiprocess():
logger.info("Test Multiprocess PyFunc Execption Throw: lambda x : raise Execption()")

def pyfunc(x):
@@ -294,4 +294,4 @@ if __name__ == "__main__":
test_case_8()
test_case_9()
test_pyfunc_execption()
test_pyfunc_execption_multiprocess()
skip_test_pyfunc_execption_multiprocess()

Loading…
Cancel
Save