Skip to content
Snippets Groups Projects
Commit 165aeb7f authored by Sofia Vistas's avatar Sofia Vistas
Browse files

Promote container registry test to pre-prod

parent a33dd1ce
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
 
module QA
RSpec.describe 'Package', :orchestrated do
describe 'Container Registry', only: { subdomain: :staging } do
RSpec.describe 'Package' do
describe 'Container Registry', :reliable, only: { subdomain: %i[staging pre] } do
let(:project) do
Resource::Project.fabricate_via_api! do |project|
project.name = 'project-with-registry'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment