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-26 18:10:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-26 18:10:41 +0300
commitd3fafe0995cb26212095568f95de6692ec629157 (patch)
tree2deb9fe46e598f53762ec39ad927333689144184 /spec/workers
parent6a0a4a80f740ccde8a1b4c6c757cb77286e0eec9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/workers')
-rw-r--r--spec/workers/expire_job_cache_worker_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/workers/expire_job_cache_worker_spec.rb b/spec/workers/expire_job_cache_worker_spec.rb
index e5a78f7b0ef..e09d3c73839 100644
--- a/spec/workers/expire_job_cache_worker_spec.rb
+++ b/spec/workers/expire_job_cache_worker_spec.rb
@@ -33,7 +33,6 @@ RSpec.describe ExpireJobCacheWorker do
it_behaves_like 'worker with data consistency',
described_class,
- feature_flag: :load_balancing_for_expire_job_cache_worker,
data_consistency: :delayed
end