Incident is labeled with the wrong group name when some failed tests pass after rspec retry before jobs finish
Example incident: master-broken-incidents#3115 (closed)
This incident is labeled with groupcode review , however if we look at the final investigation steps, the only test that actually failed belongs to groupglobal search . This mis-label happened because there were other spec failures from ee/spec/services/llm/generate_test_file_service_spec.rb
, which belongs to groupcode review , but they managed to pass with rspec retry, so we shouldn't report the incident to groupcode review .