Skip to content

Commit

Permalink
Skip testing lsf/openpbs in slurm specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Jan 23, 2025
1 parent d4a49e4 commit 301756e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_ert_with_slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
run: |
set -e
export _ERT_TESTS_ALTERNATIVE_QUEUE=AlternativeQ
pytest tests/ert/unit_tests/scheduler --slurm
pytest tests/ert/unit_tests/scheduler/test_{generic,slurm}_driver.py --slurm \
--durations=10 -k "not (LsfDriver or LocalDriver or OpenPBSDriver)"
pytest tests/ert/ui_tests/cli/test_missing_runpath.py --slurm
- name: Test poly-example on slurm
Expand Down

0 comments on commit 301756e

Please sign in to comment.