Skip to content

Commit

Permalink
ci(developmode): dev_interface model tests need to be marked with dev…
Browse files Browse the repository at this point in the history
…elopmode (MODFLOW-USGS#1563)
  • Loading branch information
langevin-usgs authored Jan 19, 2024
1 parent 2100373 commit 7a3b8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions autotest/test_gwfgwf.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def check_model(sim, model_number):


@pytest.mark.parametrize("idx, name", enumerate(cases))
@pytest.mark.developmode
def test_mf6model(idx, name, function_tmpdir, targets):
test = TestFramework(
name=name,
Expand Down
1 change: 1 addition & 0 deletions autotest/test_gwt_henry_gwtgwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ def check_output(idx, test):


@pytest.mark.parametrize("idx, name", enumerate(cases))
@pytest.mark.developmode
def test_mf6model(idx, name, function_tmpdir, targets):
test = TestFramework(
name=name,
Expand Down

0 comments on commit 7a3b8fa

Please sign in to comment.