Skip to content

Re-enable tests failing asserts in dbg builds

Christopher Rob Jones requested to merge reenable-failing-dbg-tests into 2024-patches

Hiding a failing test, such as these which have issues with asserts, is never the right approach as it just the first step towards forgetting about the issue. So this MR re-enables them, so they will then remain as a reminder in the nightlies until the underlying issues are properly addressed.

@msaur FYI

Merge request reports