summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-04-10 09:35:24 +0200
committerRémy Coutable <remy@rymai.me>2019-04-10 09:35:24 +0200
commit6d7876c1287a105e447aeea727e43431e10f9f53 (patch)
tree40bab2d4785225e9e7717b6595b73ae908132a1a
parentbfb7bc8ee140ae4317e57636596e172fccc20f4e (diff)
downloadgitlab-ce-6d7876c1287a105e447aeea727e43431e10f9f53.tar.gz
Quarantine a flaky spec in spec/features/issues/user_creates_branch_and_merge_request_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--spec/features/issues/user_creates_branch_and_merge_request_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues/user_creates_branch_and_merge_request_spec.rb b/spec/features/issues/user_creates_branch_and_merge_request_spec.rb
index 0a006011c89..cf665cff262 100644
--- a/spec/features/issues/user_creates_branch_and_merge_request_spec.rb
+++ b/spec/features/issues/user_creates_branch_and_merge_request_spec.rb
@@ -139,7 +139,7 @@ describe 'User creates branch and merge request on issue page', :js do
visit project_issue_path(project, issue)
end
- it 'disables the create branch button' do
+ it 'disables the create branch button', :quarantine do
expect(page).to have_css('.create-mr-dropdown-wrap .unavailable:not(.hidden)')
expect(page).to have_css('.create-mr-dropdown-wrap .available.hidden', visible: false)
expect(page).to have_content /Related merge requests/