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>2023-08-11 18:09:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-11 18:09:30 +0300
commitce4562ad642c2c2b504dc322d9c7a1fdbf30cb83 (patch)
tree71f641fd95cab65ae14bd942c9b5dfda13f090f2 /spec/tasks/gitlab
parent29549d052d62b949830873f76b6c77d97cbd533d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/tasks/gitlab')
-rw-r--r--spec/tasks/gitlab/backup_rake_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/tasks/gitlab/backup_rake_spec.rb b/spec/tasks/gitlab/backup_rake_spec.rb
index 414ce01917b..04634af12a8 100644
--- a/spec/tasks/gitlab/backup_rake_spec.rb
+++ b/spec/tasks/gitlab/backup_rake_spec.rb
@@ -578,7 +578,8 @@ RSpec.describe 'gitlab:backup namespace rake tasks', :delete, feature_category:
anything,
max_parallelism: 5,
storage_parallelism: 2,
- incremental: false
+ incremental: false,
+ server_side: false
).and_call_original
expect { run_rake_task('gitlab:backup:create') }.to output.to_stdout_from_any_process