Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We currently default to OptimizerConfig::skip_failing_rules to true in tests, and this means that we fail to catch regressions.
Describe the solution you'd like
I would like to default to true intests so that regressions are caught much sooner.
Describe alternatives you've considered
None
Additional context
None