Skip to content

Unquarantine resolved flaky spec in spec/features/invites_spec.rb

Roy Liu requested to merge 417092-resolve-flaky-invites_spec into master

What does this MR do and why?

Resolves #417092 (closed). Unquarantine the flaky example.

Similar to the flaky example in !130752 (merged) and !130636 (merged), we believe the root cause of the flakiness is the out-of-order request to validate the username exist or not. Hence, this should be solved by !130636 (merged), which has been in production for a week, and we have not seen the same flaky failure again.

MR acceptance checklist

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

Edited by Roy Liu

Merge request reports