Skip to content

Commit 9d65d39

Browse files
authored
test: mark prt release coordinate check test as developmode only (#2519)
1 parent 5ad1754 commit 9d65d39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autotest/test_prt_release_coord_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def plot_output(test):
202202
plt.savefig(prt_ws / f"{name}.png")
203203

204204

205+
@pytest.mark.developmode
205206
@pytest.mark.parametrize("name", cases)
206207
def test_mf6model(name, function_tmpdir, targets, plot):
207208
test = TestFramework(

0 commit comments

Comments
 (0)