diff --git a/lib/gitlab/qa/report/generate_test_session.rb b/lib/gitlab/qa/report/generate_test_session.rb
index dc178fd3838de0cf3fe33710412d4ba512164639..20298a709786c78073e22803cf62cb92a02b90e6 100644
--- a/lib/gitlab/qa/report/generate_test_session.rb
+++ b/lib/gitlab/qa/report/generate_test_session.rb
@@ -230,7 +230,10 @@ module Gitlab
"
"
else
- '- [ ] failure issue exists or was created
'
+ '- [ ] failure issue exists or was created
'\
+ '- [ ] retry attempted
'\
+ '- [ ] retry successful
'\
+ '- [ ] retry unsuccessful
'
end
else
'-'
diff --git a/spec/gitlab/qa/report/generate_test_session_spec.rb b/spec/gitlab/qa/report/generate_test_session_spec.rb
index 6c76c34e0d606f26c4497a39be79bbd30662ee40..4e4b5085b03cc404775ae041c900e72293636f6d 100644
--- a/spec/gitlab/qa/report/generate_test_session_spec.rb
+++ b/spec/gitlab/qa/report/generate_test_session_spec.rb
@@ -160,7 +160,7 @@ describe Gitlab::QA::Report::GenerateTestSession do
| Test | Job | Status | Action |
| - | - | - | - |
- [test-name-03](https://gitlab.com/gitlab-org/quality/testcases/-/issues?state=opened&search=test-name-03) (testcase_id=3) | [30](/30), [70](/70) ~"quarantine" | ~"failed" | - [ ] failure issue exists or was created
+ [test-name-03](https://gitlab.com/gitlab-org/quality/testcases/-/issues?state=opened&search=test-name-03) (testcase_id=3) | [30](/30), [70](/70) ~"quarantine" | ~"failed" | - [ ] failure issue exists or was created
- [ ] retry attempted
- [ ] retry successful
- [ ] retry unsuccessful
[test-name-07](https://gitlab.com/gitlab-org/quality/testcases/-/issues?state=opened&search=test-name-07) (testcase_id=7) | [90](/90) | ~"failed" | - [ ] [failure issue](/failures/90)
Passed tests: