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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-07 18:08:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-07 18:08:49 +0300
commita93bf027c2619af8c11b030414c339346f13ead6 (patch)
tree283f1b4096a255a535a79c60ebe2445a9e5df4d2 /spec/requests/import
parent0254867cf0f3341fd63cc6da07290f1da91f99ef (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/requests/import')
-rw-r--r--spec/requests/import/gitlab_groups_controller_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/requests/import/gitlab_groups_controller_spec.rb b/spec/requests/import/gitlab_groups_controller_spec.rb
index 1ca1df2998f..4125c5c7c7a 100644
--- a/spec/requests/import/gitlab_groups_controller_spec.rb
+++ b/spec/requests/import/gitlab_groups_controller_spec.rb
@@ -16,6 +16,8 @@ RSpec.describe Import::GitlabGroupsController do
expect(import_export).to receive(:storage_path).and_return(import_path)
end
+ allow(Gitlab::ApplicationRateLimiter).to receive(:throttled?).and_return(false)
+
stub_uploads_object_storage(ImportExportUploader)
end