Commit 09f4a472 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-quarantine-create-wiki-test' into 'master'

Quarantine failing e2e test

See merge request gitlab-org/gitlab-ce!24281
parents 59c0c173 53e0a012
......@@ -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