Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-04-09 18:04:31 +0300
committerRémy Coutable <remy@rymai.me>2019-04-09 18:04:31 +0300
commit326f6ce40743dc4d44293063637d35b9a2edc693 (patch)
treeecec7dc26d847cdd7e68e58e69f966517ae2360e /spec/features
parentb47d971e6f75762bc6abbae5246450883ae1023f (diff)
Quarantine a flaky spec in spec/features/issues/user_interacts_with_awards_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/features')
-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