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>2022-09-29 03:09:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-29 03:09:11 +0300
commit0914eb1a9ca655784302e3a21635d58c7e7af7c2 (patch)
treee9596e315a904ef9c5036332a81b73681fa5239f /spec/frontend/fixtures/pipeline_schedules.rb
parentfcfe959a5ddee652a27e6b1179a116fdbb70986b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/fixtures/pipeline_schedules.rb')
-rw-r--r--spec/frontend/fixtures/pipeline_schedules.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/fixtures/pipeline_schedules.rb b/spec/frontend/fixtures/pipeline_schedules.rb
index 5b7a445557e..b992820d311 100644
--- a/spec/frontend/fixtures/pipeline_schedules.rb
+++ b/spec/frontend/fixtures/pipeline_schedules.rb
@@ -17,6 +17,7 @@ RSpec.describe Projects::PipelineSchedulesController, '(JavaScript fixtures)', t
before do
sign_in(user)
+ stub_feature_flags(pipeline_schedules_vue: false)
end
it 'pipeline_schedules/edit.html' do