Skip to content

Commit 691f08b

Browse files
committed
Skip NSCoupled tests
1 parent c927ff7 commit 691f08b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_NSCoupled.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
number = "[+-]?([0-9]+.[0-9]+e[+-][0-9]+)"
77

88

9+
@pytest.mark.skip(reason="Deprecated test of NSCoupled")
910
@pytest.mark.parametrize("num_processors", [1])
1011
def test_default_Coupled(num_processors):
1112
cmd = ["mpirun", "-np", f"{num_processors}", "oasismove", "NSCoupled", "problem=DrivenCavity", "testing=True"]
@@ -26,6 +27,7 @@ def test_default_Coupled(num_processors):
2627
assert eval(err[0]) < tol
2728

2829

30+
@pytest.mark.skip(reason="Deprecated test of NSCoupled")
2931
@pytest.mark.parametrize("num_processors", [1])
3032
def test_default_CR_Coupled(num_processors):
3133
cmd = ["mpirun", "-np", f"{num_processors}", "oasismove", "NSCoupled", "problem=DrivenCavity", "testing=True",

0 commit comments

Comments
 (0)