Commit 490b31f7 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'quarantine-flaky-specs' into 'master'

Quarantine flaky specs

See merge request gitlab-org/gitlab-ce!27222
parents 6a2e10e3 177bc25e
......@@ -130,7 +130,7 @@ describe 'Issue Sidebar' do
end
end
context 'creating a project label', :js do
context 'creating a project label', :js, :quarantine do
before do
page.within('.block.labels') do
click_link 'Create project'
......
......@@ -29,7 +29,7 @@ describe 'User creates branch and merge request on issue page', :js do
end
# In order to improve tests performance, all UI checks are placed in this test.
it 'shows elements' do
it 'shows elements', :quarantine do
button_create_merge_request = find('.js-create-merge-request')
button_toggle_dropdown = find('.create-mr-dropdown-wrap .dropdown-toggle')
......
......@@ -75,7 +75,7 @@ describe 'User interacts with awards' do
end
end
it 'shows the list of award emoji categories' do
it 'shows the list of award emoji categories', :quarantine do
page.within('.awards') do
page.find('.js-add-award').click
end
......
......@@ -529,7 +529,7 @@ describe QuickActions::InterpretService do
let(:issuable) { issue }
end
it_behaves_like 'assign command' do
it_behaves_like 'assign command', :quarantine do
let(:content) { "/assign @#{developer.username} @#{developer2.username}" }
let(:issuable) { merge_request }
end
......
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