Commit c2d91d22 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky spec in ee/spec/features/epics/shortcuts_epic_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent ae04aeba
...@@ -41,7 +41,7 @@ describe 'Epic shortcuts', :js do ...@@ -41,7 +41,7 @@ describe 'Epic shortcuts', :js do
wait_for_requests wait_for_requests
end end
it "quotes the selected text" do it "quotes the selected text", :quarantine do
select_element('.note-text') select_element('.note-text')
find('body').native.send_key('r') find('body').native.send_key('r')
......
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