Skip to content

Commit fb2af58

Browse files
committed
Deprecated failing gusto test
1 parent c4ba726 commit fb2af58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/tests/test_helpers/test_gusto_coupling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def test_pySDC_integrator_with_adaptivity(dt_initial, setup):
621621

622622

623623
@pytest.mark.firedrake
624-
@pytest.mark.parametrize('n_steps', [1, 2, 4])
624+
@pytest.mark.parametrize('n_steps', [1, 4])
625625
@pytest.mark.parametrize('useMPIController', [True, False])
626626
def test_pySDC_integrator_MSSDC(n_steps, useMPIController, setup, submit=True, n_tasks=4):
627627
if submit and useMPIController:

0 commit comments

Comments
 (0)