summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-02-20 15:08:46 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-02-20 16:14:15 +0000
commit8b603ba905c1b278bf287b6e40048a55261fe585 (patch)
tree1a9b7352cf27b4f7110f91bfbfaddaac28ce31bc
parentf1e2b02e2db5bae6631d9aa422806cdf399b43b4 (diff)
downloadgitlab-ce-8b603ba905c1b278bf287b6e40048a55261fe585.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 (cherry picked from commit af2ebd71264fe08035e38b0c30a8603ac2e65f18) 89e982ad Quarantine failing test
-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 23ea55c2e61..4d3ced60f6d 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|