Skip to content

Commit e526480

Browse files
committed
Removed test that is apparently flaky based on hardware
1 parent e4b6dcc commit e526480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/projects/Resilience/tests/test_strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'AdaptivityPolynomialError',
1818
'kAdaptivity',
1919
]
20-
STRATEGY_NAMES_NONMPIONLY = ['adaptiveHR', 'HotRod']
20+
STRATEGY_NAMES_NONMPIONLY = ['HotRod']
2121
STRATEGY_NAMES_MPIONLY = ['ARK']
2222
LOGGER_LEVEL = 30
2323

0 commit comments

Comments
 (0)