Commit df10b951 authored by Andrejs Cunskis's avatar Andrejs Cunskis

E2E: Fix incorrectly assigned failures object in allure metadata

parent a5373f64
...@@ -24,7 +24,7 @@ module QA ...@@ -24,7 +24,7 @@ module QA
log(:debug, "Fetched #{failures.length} flaky testcases!") log(:debug, "Fetched #{failures.length} flaky testcases!")
rescue StandardError => e rescue StandardError => e
log(:error, "Failed to fetch flaky spec data for report: #{e}") log(:error, "Failed to fetch flaky spec data for report: #{e}")
@failures = [] @failures = {}
end end
# Finished example # 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