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>2021-10-14 21:13:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-14 21:13:40 +0300
commit5ca32d2dacee40663b0ce51969c944e220927896 (patch)
treefa06425defe87acdb2870fbe559d4d03ef3e8715 /spec/workers/pipeline_process_worker_spec.rb
parent4898e4654b2aca7b0cbd0f57f44baa47580ad774 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/workers/pipeline_process_worker_spec.rb')
-rw-r--r--spec/workers/pipeline_process_worker_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/workers/pipeline_process_worker_spec.rb b/spec/workers/pipeline_process_worker_spec.rb
index f8140d11f2e..6e95b7a4753 100644
--- a/spec/workers/pipeline_process_worker_spec.rb
+++ b/spec/workers/pipeline_process_worker_spec.rb
@@ -29,16 +29,6 @@ RSpec.describe PipelineProcessWorker do
end
end
- context 'when the FF ci_idempotent_pipeline_process_worker is disabled' do
- before do
- stub_feature_flags(ci_idempotent_pipeline_process_worker: false)
- end
-
- it 'is not deduplicated' do
- expect(described_class).not_to be_deduplication_enabled
- end
- end
-
describe '#perform' do
context 'when pipeline exists' do
it 'processes pipeline' do