Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-02-20 18:08:46 +0300
committerSanad Liaquat <sliaquat@gitlab.com>2019-02-20 18:08:46 +0300
commitaf2ebd71264fe08035e38b0c30a8603ac2e65f18 (patch)
treef34748c269134dd6bcd52a3e2a6ce85230417edc /qa
parentd7db2232f0cdb901f50d44f0887997ab9bb426b4 (diff)
parent89e982adfa9be854f22d92ecf4ee46e23b63008e (diff)
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.rb3
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|