Skip to content

Commit

Permalink
[CI] [GHA] [Azure] Unskip test_div_uint8_cpu, unskip `src/frontends…
Browse files Browse the repository at this point in the history
…/onnx/tests/test_python/test_zoo_models.py` in Win and Linux pipelines (openvinotoolkit#20366)

* only skip test if mac

* unskip

* skip for onnx fe as well

* remove skips

* rm unused imports

* revert import
  • Loading branch information
akashchi authored Oct 10, 2023
1 parent c385c13 commit 0060b26
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -986,8 +986,7 @@ jobs:
# Skip test_onnx/test_zoo_models and test_onnx/test_backend due to long execution time - ONNX Model Zoo tests are run separately
python3 -m pytest -sv ${OPENVINO_REPO}/src/frontends/onnx/tests -k 'not cuda' \
--junitxml=${INSTALL_TEST_DIR}/TEST-onnx_frontend.xml \
--ignore=${OPENVINO_REPO}/src/frontends/onnx/tests/test_python/test_zoo_models.py \
--ignore=${OPENVINO_REPO}/src/frontends/onnx/tests/test_python/test_backend.py
--ignore=${OPENVINO_REPO}/src/frontends/onnx/tests/test_python/test_zoo_models.py
- name: MO Python API Tests
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,7 @@ jobs:
python3 -m pytest ${{ env.OPENVINO_REPO }}/src/frontends/onnx/tests -k "not cuda" ^
--junitxml=${{ env.INSTALL_TEST_DIR }}/TEST-onnx_frontend.xml ^
--ignore=${{ env.OPENVINO_REPO }}/src/frontends/onnx/tests/test_python/test_zoo_models.py ^
--ignore=${{ env.OPENVINO_REPO }}/src/frontends/onnx/tests/test_python/test_backend.py
--ignore=${{ env.OPENVINO_REPO }}/src/frontends/onnx/tests/test_python/test_zoo_models.py
- name: MO Python API Tests
shell: cmd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
xfail_issue_48052,
xfail_issue_52463,
xfail_issue_58033,
xfail_issue_58676,
xfail_issue_63033,
xfail_issue_63036,
xfail_issue_63043,
Expand Down Expand Up @@ -302,10 +301,6 @@ def expect_fail(test_case_path, xfail): # type: (str) -> None
"OnnxBackendNodeModelTest.test_tril_zero_cpu",
"OnnxBackendNodeModelTest.test_triu_zero_cpu",
),
(
xfail_issue_58676,
"OnnxBackendNodeModelTest.test_div_uint8_cpu"
),
(
skip_dynamic_model,
"OnnxBackendNodeModelTest.test_triu_one_row_cpu",
Expand Down

0 comments on commit 0060b26

Please sign in to comment.