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
path: root/qa
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-01-10 00:04:32 +0300
committerMark Lapierre <mlapierre@gitlab.com>2019-01-10 00:04:32 +0300
commit53e0a012ff7696a7ab2e3d4ff4bf3cb1db6be727 (patch)
treea550198089302b0e99c644a2854d0f5c90a1dd90 /qa
parent47698eec4086b82047a677e218a5299f73c46109 (diff)
Quarantine failing e2e test
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/wiki/create_edit_clone_push_wiki_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/wiki/create_edit_clone_push_wiki_spec.rb b/qa/qa/specs/features/browser_ui/3_create/wiki/create_edit_clone_push_wiki_spec.rb
index 210271705d9..a7d0998d42c 100644
--- a/qa/qa/specs/features/browser_ui/3_create/wiki/create_edit_clone_push_wiki_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/wiki/create_edit_clone_push_wiki_spec.rb
@@ -17,7 +17,8 @@ module QA
login
end
- it 'user creates, edits, clones, and pushes to the wiki' do
+ # Failure reported: https://gitlab.com/gitlab-org/quality/nightly/issues/24
+ it 'user creates, edits, clones, and pushes to the wiki', :quarantine do
wiki = Resource::Wiki.fabricate! do |resource|
resource.title = 'Home'
resource.content = '# My First Wiki Content'