Quarantine failing test
This commit is contained in:
parent
ee4ccd3155
commit
ece771536a
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module QA
|
||||
context 'Create' do
|
||||
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/62
|
||||
context 'Create', :quarantine do
|
||||
describe 'Create, list, and delete branches via web' do
|
||||
master_branch = 'master'
|
||||
second_branch = 'second-branch'
|
||||
|
|
Loading…
Reference in a new issue