Commit 37cbc441 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-shl-quarantine-flaky-default-branch-name-setting-spec' into 'master'

Quarantine flaky default branch name setting spec

See merge request gitlab-org/gitlab!50645
parents 13820e01 46d27505
......@@ -32,7 +32,7 @@ module QA
end
end
it 'allows a project to be created via the CLI with a different default branch name', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1019' do
it 'allows a project to be created via the CLI with a different default branch name', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1019', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/295305', type: :flaky } do
project_name = "default-branch-name-via-cli-#{SecureRandom.hex(8)}"
group = Resource::Group.fabricate_via_api!
......
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