Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-03-08 00:09:42 +00:00
parent 824dc86379
commit 2b4a1d3772
31 changed files with 987 additions and 244 deletions

View File

@ -25,7 +25,6 @@ RSpec.describe QA::Specs::Helpers::FastQuarantine do
expect(RSpec).to have_received(:configure)
expect(File).to have_received(:write).with(fq_path, fq_contents)
expect(RestClient::Request).to have_received(:execute).with(
cookies: {},
method: :get,
url: "https://gitlab-org.gitlab.io/quality/engineering-productivity/fast-quarantine/rspec/fast_quarantine-gitlab.txt",
verify_ssl: true