summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2019-04-09 11:04:26 -0700
committerMichael Kozono <mkozono@gmail.com>2019-04-09 11:04:26 -0700
commit8fc2347fa96f2594f04a9482fbdca34eab349f15 (patch)
treefc4c29983fd0b4d3a1ef7f0006ae0a52ecf634b4
parentc640f2230c50312f64a6d0ec9fce639ae9527902 (diff)
downloadgitlab-ce-8fc2347fa96f2594f04a9482fbdca34eab349f15.tar.gz
Quarantine flaky test
-rw-r--r--spec/support/features/discussion_comments_shared_example.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/features/discussion_comments_shared_example.rb b/spec/support/features/discussion_comments_shared_example.rb
index 5b79c40f27b..542f533d590 100644
--- a/spec/support/features/discussion_comments_shared_example.rb
+++ b/spec/support/features/discussion_comments_shared_example.rb
@@ -7,7 +7,7 @@ shared_examples 'discussion comments' do |resource_name|
let(:close_selector) { "#{form_selector} .btn-comment-and-close" }
let(:comments_selector) { '.timeline > .note.timeline-entry' }
- it 'clicking "Comment" will post a comment' do
+ it 'clicking "Comment" will post a comment', :quarantine do
expect(page).to have_selector toggle_selector
find("#{form_selector} .note-textarea").send_keys('a')