Update e2e test quarantine reason

parent 64f31cb5
# frozen_string_literal: true # frozen_string_literal: true
module QA module QA
# This test is disabled on staging due to `top_level_group_creation_enabled` set to false. # This test is disabled on staging and production due to `top_level_group_creation_enabled` set to false.
# See: https://gitlab.com/gitlab-org/gitlab/-/issues/324808#note_531060031 # See: https://gitlab.com/gitlab-org/gitlab/-/issues/324808#note_531060031
# The bug issue link in the rspec metadata below is for production only. RSpec.describe 'Manage', quarantine: { only: [:staging, :production], issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/324808', type: :waiting_on } do
# When unquarantining on staging, it should continue to remain in quarantine in production until the bug is resolved.
RSpec.describe 'Manage', quarantine: { only: [:staging, :production], issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/324808', type: :bug } do
describe 'prevent forking outside group' do describe 'prevent forking outside group' do
let!(:group_for_fork) do let!(:group_for_fork) do
Resource::Sandbox.fabricate_via_api! do |sandbox_group| 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