Commit d642bb55 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'acunskis-unquarantine-bulk-import' into 'master'

E2E: Remove relative url quarantine for bulk import spec

See merge request gitlab-org/gitlab!66364
parents cf26fc3d 0997ef74
......@@ -76,12 +76,7 @@ module QA
# https://gitlab.com/gitlab-org/gitlab/-/issues/333678 <- can cause 500 when creating user and group back to back
it(
'imports group with subgroups and labels',
testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1785',
quarantine: {
only: { job: 'relative_url' },
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/330344',
type: :bug
}
testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1785'
) do
Resource::GroupLabel.fabricate_via_api! do |label|
label.api_client = api_client
......
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