Commit 53e0a012 authored by Mark Lapierre's avatar Mark Lapierre

Quarantine failing e2e test

parent 47698eec
......@@ -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'
......
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