Commit f0558865 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'acunskis-fix-allure-metadata' into 'master'

E2E: Fix incorrectly assigned failures object in allure metadata

See merge request gitlab-org/gitlab!81231
parents a7b871c4 df10b951
......@@ -24,7 +24,7 @@ module QA
log(:debug, "Fetched #{failures.length} flaky testcases!")
rescue StandardError => e
log(:error, "Failed to fetch flaky spec data for report: #{e}")
@failures = []
@failures = {}
end
# Finished example
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment