Merge branch 'qa-quarantine-create-wiki-test' into 'master'
Quarantine failing e2e test See merge request gitlab-org/gitlab-ce!24281
This commit is contained in:
commit
09f4a472c7
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue