Skip to content

Commit

Permalink
skip tests for gwe, swf, prt until mf6 in exes dist supports new mode…
Browse files Browse the repository at this point in the history
…ls types
  • Loading branch information
wpbonelli committed Feb 18, 2024
1 parent 59bd345 commit f13a7ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ jobs:
working-directory: modflow6/autotest
run: |
python update_flopy.py
pytest -v -n auto -k "not gwe" -m "not developmode" --durations 0
# when mf6.5.0 is released with new models and exes dist is updatd, remove filters below
pytest -v -n auto -k "not gwe and not swf and not prt" -m "not developmode" --durations 0

0 comments on commit f13a7ca

Please sign in to comment.