Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/tasks/reliable_report.rake')
-rw-r--r--qa/tasks/reliable_report.rake2
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/tasks/reliable_report.rake b/qa/tasks/reliable_report.rake
index b4dcc2ebc01..1045fd823ab 100644
--- a/qa/tasks/reliable_report.rake
+++ b/qa/tasks/reliable_report.rake
@@ -1,8 +1,6 @@
# frozen_string_literal: true
-# rubocop:disable Rails/RakeEnvironment
desc "Fetch reliable and unreliable spec data and create report"
task :reliable_spec_report, [:range, :report_in_issue_and_slack] do |_task, args|
QA::Tools::ReliableReport.run(**args)
end
-# rubocop:enable Rails/RakeEnvironment