Commit 7d351a24 authored by Kamil Trzciński's avatar Kamil Trzciński

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

Quarantine a flaky spec in spec/features/issues/user_interacts_with_awards_spec.rb

See merge request gitlab-org/gitlab-ce!27176
parents 5e2d16e8 326f6ce4
......@@ -14,7 +14,7 @@ describe 'User interacts with awards' do
visit(project_issue_path(project, issue))
end
it 'toggles the thumbsup award emoji' do
it 'toggles the thumbsup award emoji', :quarantine do
page.within('.awards') do
thumbsup = page.first('.award-control')
thumbsup.click
......
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