Skip to content

Remove knapsack configure call from spec_helper

Andrejs Cunskis requested to merge andrey-fix-knapsack-report-download into master

What does this MR do and why?

KnapsackReport.configure! is already called in all applicable invocations and calling it in spec_helper leads to duplicate call of configure! method which in turn tries to download report twice.

Example of second call after configuration was already performed: https://gitlab.com/gitlab-org/gitlab/-/jobs/5702378059#L563

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 Tiffany Rea

Merge request reports