diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2019-02-20 15:08:46 +0000 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2019-02-20 15:08:46 +0000 |
commit | af2ebd71264fe08035e38b0c30a8603ac2e65f18 (patch) | |
tree | f34748c269134dd6bcd52a3e2a6ce85230417edc /qa | |
parent | d7db2232f0cdb901f50d44f0887997ab9bb426b4 (diff) | |
parent | 89e982adfa9be854f22d92ecf4ee46e23b63008e (diff) | |
download | gitlab-ce-af2ebd71264fe08035e38b0c30a8603ac2e65f18.tar.gz |
Merge branch 'qa-ml-quarantine-push-over-http-file-size-spec' into 'master'
Quarantine failing test
See merge request gitlab-org/gitlab-ce!25424
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb index 7d96da32423..243f0b83b77 100644 --- a/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb @@ -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| |