From 255fcf9df95e1ad5d8a93e8538aed5a152970187 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 7 Sep 2021 15:11:06 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- qa/qa.rb | 1 + .../features/browser_ui/5_package/online_garbage_collection_spec.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'qa') diff --git a/qa/qa.rb b/qa/qa.rb index 4d86a29aecf..cc83efb90e8 100644 --- a/qa/qa.rb +++ b/qa/qa.rb @@ -36,6 +36,7 @@ module QA "rspec" => "RSpec", "web_ide" => "WebIDE", "ci_cd" => "CiCd", + "project_imported_from_url" => "ProjectImportedFromURL", "repo_by_url" => "RepoByURL", "oauth" => "OAuth", "saml_sso_sign_in" => "SamlSSOSignIn", diff --git a/qa/qa/specs/features/browser_ui/5_package/online_garbage_collection_spec.rb b/qa/qa/specs/features/browser_ui/5_package/online_garbage_collection_spec.rb index 347d4d6732d..3ec76e8afad 100644 --- a/qa/qa/specs/features/browser_ui/5_package/online_garbage_collection_spec.rb +++ b/qa/qa/specs/features/browser_ui/5_package/online_garbage_collection_spec.rb @@ -2,7 +2,7 @@ module QA RSpec.describe 'Package' do - describe 'Container Registry Online Garbage Collection', :registry_gc, only: { subdomain: %i[pre] }, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/337791', type: :waiting_on } do + describe 'Container Registry Online Garbage Collection', :registry_gc, only: { subdomain: %i[pre] } do let(:group) { Resource::Group.fabricate_via_api! } let(:imported_project) do -- cgit v1.2.3