Commit dd0c999f authored by Sofia Vistas's avatar Sofia Vistas

Unquarantine gc registry test and add selectors

parent 6dc6937e
...@@ -36,6 +36,7 @@ module QA ...@@ -36,6 +36,7 @@ module QA
"rspec" => "RSpec", "rspec" => "RSpec",
"web_ide" => "WebIDE", "web_ide" => "WebIDE",
"ci_cd" => "CiCd", "ci_cd" => "CiCd",
"project_imported_from_url" => "ProjectImportedFromURL",
"repo_by_url" => "RepoByURL", "repo_by_url" => "RepoByURL",
"oauth" => "OAuth", "oauth" => "OAuth",
"saml_sso_sign_in" => "SamlSSOSignIn", "saml_sso_sign_in" => "SamlSSOSignIn",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
module QA module QA
RSpec.describe 'Package' do 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(:group) { Resource::Group.fabricate_via_api! }
let(:imported_project) do let(:imported_project) do
......
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