Commit 216b60f1 authored by Mark Fletcher's avatar Mark Fletcher

Quarantine flaky comment and close issue specs

parent 1d02da79
...@@ -25,7 +25,7 @@ RSpec.shared_examples 'thread comments' do |resource_name| ...@@ -25,7 +25,7 @@ RSpec.shared_examples 'thread comments' do |resource_name|
end end
if resource_name == 'issue' if resource_name == 'issue'
it "clicking 'Comment & close #{resource_name}' will post a comment and close the #{resource_name}" do it "clicking 'Comment & close #{resource_name}' will post a comment and close the #{resource_name}", quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/218757' do
find("#{form_selector} .note-textarea").send_keys(comment) find("#{form_selector} .note-textarea").send_keys(comment)
click_button 'Comment & close issue' click_button 'Comment & close issue'
...@@ -206,7 +206,7 @@ RSpec.shared_examples 'thread comments' do |resource_name| ...@@ -206,7 +206,7 @@ RSpec.shared_examples 'thread comments' do |resource_name|
end end
if resource_name == 'issue' if resource_name == 'issue'
it "clicking 'Start thread & close #{resource_name}' will post a thread and close the #{resource_name}" do it "clicking 'Start thread & close #{resource_name}' will post a thread and close the #{resource_name}", quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/218757' do
click_button 'Start thread & close issue' click_button 'Start thread & close issue'
expect(page).to have_content(comment) expect(page).to have_content(comment)
......
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