Commit c10e2bec authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'dj-quarantine-staging-add_project_member_spec' into 'master'

Quarantine add_project_member_spec in staging

See merge request gitlab-org/gitlab!78504
parents 622dc19b 95b2de7d
# frozen_string_literal: true
module QA
RSpec.describe 'Manage', :requires_admin do
RSpec.describe 'Manage', :requires_admin, quarantine: {
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/350598',
type: :needs_update,
only: { subdomain: :staging }
} do
describe 'Add project member' do
before do
Runtime::Feature.enable(:invite_members_group_modal)
......
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