Skip to content

Commit 1875f5e

Browse files
authored
chore: mark slow model splitter test (#2422)
Exclude it from the smoke tests
1 parent ef5ca6a commit 1875f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autotest/test_model_splitter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ def test_unstructured_complex_disu(function_tmpdir):
847847
raise AssertionError("Reconstructed head results outside of tolerance")
848848

849849

850+
@pytest.mark.slow
850851
@requires_exe("mf6")
851852
@requires_pkg("pymetis", "scipy")
852853
def test_multi_model(function_tmpdir):

0 commit comments

Comments
 (0)