summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-28 21:13:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-28 21:13:35 +0000
commit86ad1426d8a8f5d7f20bc5d8b536d3034d829d1f (patch)
tree7159021dd6fd3834a21096901bddb3b1915caa23 /qa
parent36eff6e5089629619cc55f4771fa949d6ae2b29b (diff)
downloadgitlab-ce-86ad1426d8a8f5d7f20bc5d8b536d3034d829d1f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/api/1_manage/user_inherited_access_spec.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/qa/qa/specs/features/api/1_manage/user_inherited_access_spec.rb b/qa/qa/specs/features/api/1_manage/user_inherited_access_spec.rb
index 2ae68fc64cf..124b6c9cd44 100644
--- a/qa/qa/specs/features/api/1_manage/user_inherited_access_spec.rb
+++ b/qa/qa/specs/features/api/1_manage/user_inherited_access_spec.rb
@@ -18,10 +18,7 @@ module QA
end
end
- context 'when added to parent group', quarantine: {
- issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/392816',
- type: :investigating
- } do
+ context 'when added to parent group' do
let!(:parent_group_user) do
Resource::User.fabricate_via_api! do |user|
user.api_client = admin_api_client