Skip to content

Commit

Permalink
Remove test skips on Debian after tests are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vurusovs committed Jan 24, 2023
1 parent 4a2496d commit b74951d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .ci/azure/linux_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,7 @@ jobs:

# Skip test_onnx/test_zoo_models and test_onnx/test_backend due to long execution time
- script: |
# TODO (vurusovs): revert skip of test_core.py::test_register_plugin*,
# test should be fixed
python3 -m pytest -s $(INSTALL_TEST_DIR)/pyngraph \
-k 'not test_register_plugin' \
--junitxml=$(INSTALL_TEST_DIR)/TEST-Pyngraph.xml \
--ignore=$(INSTALL_TEST_DIR)/pyngraph/tests/test_onnx/test_zoo_models.py \
--ignore=$(INSTALL_TEST_DIR)/pyngraph/tests/test_onnx/test_backend.py
Expand All @@ -246,10 +243,7 @@ jobs:
export OV_FRONTEND_PATH=$(PYTHON_WHEEL_INSTALL_DIR)/openvino/libs:$(INSTALL_TEST_DIR)
# For python imports to import pybind_mock_frontend
export PYTHONPATH=$(INSTALL_TEST_DIR):$PYTHONPATH
# TODO (vurusovs): revert skip of test_core.py::test_register_plugin*,
# test should be fixed
python3 -m pytest -s $(INSTALL_TEST_DIR)/pyopenvino \
-k 'not test_register_plugin' \
--junitxml=$(INSTALL_TEST_DIR)/TEST-Pyngraph.xml \
--ignore=$(INSTALL_TEST_DIR)/pyopenvino/tests/test_utils/test_utils.py \
--ignore=$(INSTALL_TEST_DIR)/pyopenvino/tests/test_onnx/test_zoo_models.py \
Expand Down Expand Up @@ -354,9 +348,7 @@ jobs:
displayName: 'CPU FuncTests'

- script: |
# TODO (vurusovs): revert skip of ie_core_*register_plugin*,
# tests should be fixed
$(INSTALL_TEST_DIR)/InferenceEngineCAPITests --gtest_filter=-*register_plugin* --gtest_output=xml:$(INSTALL_TEST_DIR)/TEST-InferenceEngineCAPITests.xml
$(INSTALL_TEST_DIR)/InferenceEngineCAPITests --gtest_output=xml:$(INSTALL_TEST_DIR)/TEST-InferenceEngineCAPITests.xml
env:
DATA_PATH: $(MODELS_PATH)
MODELS_PATH: $(MODELS_PATH)
Expand Down

0 comments on commit b74951d

Please sign in to comment.