Skip to content

Allow "race" job to fail in CI

Igor requested to merge race-allow-fail into master

There are some global variables that are being set as part of the test suite. This is causing the race detector to detect failures during test execution.

This is currently failing all MRs. e.g. !2099 (merged), !2100 (merged).

I suspect that fixing this may require making those overrides non-global (e.g. overriding config and git hooks path via context).

This patch will at least allow the pipelines to succeed.

Merge request reports