Commit 0c81e923 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'qa-shl-qurantine-prevent-forking-spec-on-prod' into 'master'

Quarantine prevent_forking_outside_group_spec on production only

See merge request gitlab-org/gitlab!49093
parents ded17994 e78d9fc0
# frozen_string_literal: true
module QA
RSpec.describe 'Manage' do
RSpec.describe 'Manage', quarantine: { only: :production, issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/290717', type: :bug } do
describe 'prevent forking outside group' do
let!(:group_for_fork) do
Resource::Sandbox.fabricate_via_api! do |sandbox_group|
......
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