Skip to content

Commit

Permalink
CI: Temporary skip a PyAEDT test when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Jan 16, 2025
1 parent e804b3a commit e9ee580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ jobs:
command: |
export LD_LIBRARY_PATH=${{ env.ANSYSEM_ROOT242 }}/common/mono/Linux64/lib64:$LD_LIBRARY_PATH
. .venv/bin/activate
pytest -n auto --dist loadfile --durations=50 -v external/pyaedt/tests/system/general/
pytest -n auto --dist loadfile --durations=50 -v --deselect=external/pyaedt/tests/system/general/test_20_HFSS.py::TestClass::test_47_convert_near_field external/pyaedt/tests/system/general/
- name: Run PyAEDT solvers tests
uses: nick-fields/retry@v3
Expand Down

0 comments on commit e9ee580

Please sign in to comment.