Skip to content

Commit e4b6dcc

Browse files
committed
Removed some lengthy tests
1 parent 3171b39 commit e4b6dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/projects/Resilience/tests/test_fault_injection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def test_fault_injection():
153153

154154
@pytest.mark.mpi4py
155155
@pytest.mark.slow
156-
@pytest.mark.parametrize('strategy_name', ['base', 'adaptivity', 'kAdaptivity', 'HotRod'])
156+
@pytest.mark.parametrize('strategy_name', ['adaptivity'])
157157
def test_fault_stats(strategy_name):
158158
"""
159159
Test generation of fault statistics and their recovery rates

0 commit comments

Comments
 (0)