Commit 931ac570 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Exclude test from relative_url environments

parent 0f90e700
......@@ -67,7 +67,8 @@ module QA
it(
"performs bulk group import from another gitlab instance",
testcase: "https://gitlab.com/gitlab-org/quality/testcases/-/issues/1785"
testcase: "https://gitlab.com/gitlab-org/quality/testcases/-/issues/1785",
exclude: { job: ["ce:relative_url", "ee:relative_url"] }
) do
Page::Group::BulkImport.perform do |import_page|
import_page.import_group(source_group.path, sandbox.path)
......
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