summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-04-09 17:04:31 +0200
committerRémy Coutable <remy@rymai.me>2019-04-09 17:04:31 +0200
commit326f6ce40743dc4d44293063637d35b9a2edc693 (patch)
treeecec7dc26d847cdd7e68e58e69f966517ae2360e
parentb47d971e6f75762bc6abbae5246450883ae1023f (diff)
downloadgitlab-ce-326f6ce40743dc4d44293063637d35b9a2edc693.tar.gz
Quarantine a flaky spec in spec/features/issues/user_interacts_with_awards_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--spec/features/issues/user_interacts_with_awards_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues/user_interacts_with_awards_spec.rb b/spec/features/issues/user_interacts_with_awards_spec.rb
index afa425c2cec..eaeaa04f50d 100644
--- a/spec/features/issues/user_interacts_with_awards_spec.rb
+++ b/spec/features/issues/user_interacts_with_awards_spec.rb
@@ -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