Merge branch 'sh-reuse-disk-repositories-seeder' into 'master'
Skip project repository disk validation in development project seeder Closes gitlab-development-kit#310 See merge request gitlab-org/gitlab-ce!16257
This commit is contained in:
commit
aa4a335f4a
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ Sidekiq::Testing.inline! do
|
|||
namespace_id: group.id,
|
||||
name: project_path.titleize,
|
||||
description: FFaker::Lorem.sentence,
|
||||
visibility_level: Gitlab::VisibilityLevel.values.sample
|
||||
visibility_level: Gitlab::VisibilityLevel.values.sample,
|
||||
skip_disk_validation: true
|
||||
}
|
||||
|
||||
project = Projects::CreateService.new(User.first, params).execute
|
||||
|
|
Loading…
Reference in a new issue