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-02-07 15:10:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-07 15:10:09 +0300
commit75f809a2ff829574ab91628407993187d55e14a4 (patch)
treee781d4cdc7bc7785e2d55e5186ccda1992763c93 /spec/tasks/dev_rake_spec.rb
parent9f99bf3b0e3516471806f3595e1619b8e9af2a80 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/tasks/dev_rake_spec.rb')
-rw-r--r--spec/tasks/dev_rake_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tasks/dev_rake_spec.rb b/spec/tasks/dev_rake_spec.rb
index a09756b862e..ef047b383a6 100644
--- a/spec/tasks/dev_rake_spec.rb
+++ b/spec/tasks/dev_rake_spec.rb
@@ -135,7 +135,7 @@ RSpec.describe 'dev rake tasks' do
context 'multiple databases' do
before do
- skip_if_multiple_databases_not_setup
+ skip_if_multiple_databases_not_setup(:ci)
end
context 'with a valid database' do