summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-19 00:08:30 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-19 00:08:30 +0000
commit8c80b21468c5c969644c9ea83fec7b43dba1eb3c (patch)
treeefdc69f22231ae472f0264dee21001e595c4f86d /qa
parenta407a618ae21dce15c85ae15c465a531811a69b9 (diff)
downloadgitlab-ce-8c80b21468c5c969644c9ea83fec7b43dba1eb3c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb b/qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb
index 407e479bda2..ed26061f3f8 100644
--- a/qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb
+++ b/qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb
@@ -1,7 +1,11 @@
# frozen_string_literal: true
module QA
- RSpec.describe 'Manage', product_group: :import do
+ RSpec.describe 'Manage', product_group: :import,
+ quarantine: {
+ issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/407297',
+ type: :investigating
+ } do
describe 'GitHub import' do
include_context 'with github import'