summaryrefslogtreecommitdiff
path: root/spec/workers/build_queue_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/build_queue_worker_spec.rb')
-rw-r--r--spec/workers/build_queue_worker_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/workers/build_queue_worker_spec.rb b/spec/workers/build_queue_worker_spec.rb
index 5f8510abf23..0786722e647 100644
--- a/spec/workers/build_queue_worker_spec.rb
+++ b/spec/workers/build_queue_worker_spec.rb
@@ -26,6 +26,5 @@ RSpec.describe BuildQueueWorker do
it_behaves_like 'worker with data consistency',
described_class,
- feature_flag: :load_balancing_for_build_queue_worker,
data_consistency: :sticky
end