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-08-05 12:08:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-05 12:08:56 +0300
commit258cd2409347baa19566d8bf34207521c142d8b7 (patch)
treea3c7bb6cdc354abd647e223148c1d6b8b432cde8 /spec/workers/pipeline_notification_worker_spec.rb
parent962fbcfb94b13668632de822e3f7a74fb5ecaf68 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/workers/pipeline_notification_worker_spec.rb')
-rw-r--r--spec/workers/pipeline_notification_worker_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/workers/pipeline_notification_worker_spec.rb b/spec/workers/pipeline_notification_worker_spec.rb
index 4c7db981e2d..583c4bf1c0c 100644
--- a/spec/workers/pipeline_notification_worker_spec.rb
+++ b/spec/workers/pipeline_notification_worker_spec.rb
@@ -23,7 +23,6 @@ RSpec.describe PipelineNotificationWorker, :mailer do
it_behaves_like 'worker with data consistency',
described_class,
- feature_flag: :load_balancing_for_pipeline_notification_worker,
data_consistency: :delayed
end
end