Merge branch 'qa-ml-quarantine-push-over-http-file-size-spec' into 'master'
Quarantine failing test See merge request gitlab-org/gitlab-ce!25424
This commit is contained in:
commit
af2ebd7126
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/staging/issues/37
|
||||
context 'Create', :quarantine do
|
||||
describe 'push after setting the file size limit via admin/application_settings' do
|
||||
before(:all) do
|
||||
push = Resource::Repository::ProjectPush.fabricate! do |p|
|
||||
|
|
Loading…
Reference in a new issue