Commit 0a12d92f authored by Lin Jen-Shin's avatar Lin Jen-Shin

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

Quarantine tests that are very flaky

See merge request gitlab-org/gitlab!23334
parents 17a02765 cfc2adea
...@@ -52,7 +52,7 @@ describe 'New/edit issue', :js do ...@@ -52,7 +52,7 @@ describe 'New/edit issue', :js do
wait_for_requests wait_for_requests
end end
it 'displays selected users even if they are not part of the original API call' do it 'displays selected users even if they are not part of the original API call', quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/28634' do
find('.dropdown-input-field').native.send_keys user2.name find('.dropdown-input-field').native.send_keys user2.name
page.within '.dropdown-menu-user' do page.within '.dropdown-menu-user' do
......
...@@ -56,7 +56,7 @@ describe 'Merge request > User posts diff notes', :js do ...@@ -56,7 +56,7 @@ describe 'Merge request > User posts diff notes', :js do
end end
context 'with an unchanged line on the left and an unchanged line on the right' do context 'with an unchanged line on the left and an unchanged line on the right' do
it 'allows commenting on the left side' do it 'allows commenting on the left side', quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/196826' do
should_allow_commenting(find('[id="2f6fcd96b88b36ce98c38da085c795a27d92a3dd_7_7"]', match: :first).find(:xpath, '..'), 'left') should_allow_commenting(find('[id="2f6fcd96b88b36ce98c38da085c795a27d92a3dd_7_7"]', match: :first).find(:xpath, '..'), 'left')
end end
......
...@@ -76,7 +76,7 @@ describe 'Merge request > User sees diff', :js do ...@@ -76,7 +76,7 @@ describe 'Merge request > User sees diff', :js do
end end
context 'as user who needs to fork' do context 'as user who needs to fork' do
it 'shows fork/cancel confirmation', :sidekiq_might_not_need_inline do it 'shows fork/cancel confirmation', :sidekiq_might_not_need_inline, quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/196749' do
sign_in(user) sign_in(user)
visit diffs_project_merge_request_path(project, merge_request) visit diffs_project_merge_request_path(project, merge_request)
......
...@@ -269,7 +269,7 @@ shared_examples 'thread comments' do |resource_name| ...@@ -269,7 +269,7 @@ shared_examples 'thread comments' do |resource_name|
end end
end end
it 'has "Comment" selected when opening the menu' do it 'has "Comment" selected when opening the menu', quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/196825' do
find(toggle_selector).click find(toggle_selector).click
find("#{menu_selector} li", match: :first) find("#{menu_selector} li", match: :first)
......
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