Skip to content

Set issues_create_limit lower to reduce flakiness

What does this MR do and why?

This MR attempts to solve #345135 (closed) by reducing the number of Issues that are created in these particular tests.

I wasn't able to reproduce the problem locally but my suspicion is we were setting stub_application_setting(issues_create_limit: x) to various values in different tests and that may have caused some sort of race condition, resulting in the flakiness.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #345135 (closed)

Edited by Ash McKenzie

Merge request reports