Commit c144eef3 authored by Tomislav Nikic's avatar Tomislav Nikic

Quarantine >user submits, discards batch comments<

Adding the quarantine tag to the test and keep it out
By doing this we keep the pipline clean until fix.
parent 014f6473
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
module QA module QA
context 'Create' do context 'Create' do
describe 'batch comments in merge request' do describe 'batch comments in merge request' do
it 'user submits, discards batch comments' do it 'user submits, discards batch comments', :quarantine do
Runtime::Browser.visit(:gitlab, Page::Main::Login) Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.perform(&:sign_in_using_credentials) Page::Main::Login.perform(&:sign_in_using_credentials)
......
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