summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 12:10:48 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 12:10:48 +0000
commit820c5f6d5c816ba4b742f2ae2e08cc548314531a (patch)
treeef86a84a3c194206ad37e7d7e0fc32407310bf7e /qa
parenteb239d31bf02b9a199d6f2ce087c9a0113797df3 (diff)
downloadgitlab-ce-820c5f6d5c816ba4b742f2ae2e08cc548314531a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb13
1 files changed, 9 insertions, 4 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb
index de6723e5579..3d68de30d57 100644
--- a/qa/qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb
@@ -2,10 +2,15 @@
module QA
RSpec.describe 'Create' do
- describe 'Branch Rules Overview', product_group: :source_code, feature_flag: {
- name: 'branch_rules',
- scope: :project
- } do
+ describe 'Branch Rules Overview', product_group: :source_code,
+ feature_flag: {
+ name: 'branch_rules',
+ scope: :project
+ },
+ quarantine: {
+ issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/403583',
+ type: :flaky
+ } do
let(:branch_name) { 'new-branch' }
let(:allowed_to_push_role) { Resource::ProtectedBranch::Roles::NO_ONE }
let(:allowed_to_merge_role) { Resource::ProtectedBranch::Roles::MAINTAINERS }