Skip to content

Commit

Permalink
Merge branch 'qa-ml-quarantine-failing-test' into 'master'
Browse files Browse the repository at this point in the history
Quarantine failing test

See merge request gitlab-org/gitlab-ce!27799
  • Loading branch information
ashmckenzie committed Apr 29, 2019
2 parents ee4ccd3 + ece7715 commit cd5e7ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit cd5e7ad

Please sign in to comment.