Skip to content

Commit

Permalink
Exclude prt-mp7-p02 and p04 due to "Build mf6-examples" run failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarsen-usgs committed Aug 21, 2024
1 parent 5830ec4 commit 360d502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ jobs:
working-directory: modflow6-examples/autotest
run: |
pytest -v -n=auto --init test_scripts.py
pytest -v -n=auto test_scripts.py -k "mp7-p02 or mp7-p04"
- name: Run autotests
working-directory: ./autotest
Expand Down
6 changes: 5 additions & 1 deletion autotest/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ def pytest_generate_tests(metafunc):
mf6_examples_path = get_mf6_examples_path()

# grouping...
exclude = ["ex-gwt-gwtgwt-mt3dms-p10"]
exclude = [
"ex-gwt-gwtgwt-mt3dms-p10",
"ex-prt-mp7-p02",
"ex-prt-mp7-p04"
]
namfiles = [
str(p)
for p in mf6_examples_path.rglob("mfsim.nam")
Expand Down

0 comments on commit 360d502

Please sign in to comment.