summaryrefslogtreecommitdiff
path: root/spec/workers/hashed_storage/migrator_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/hashed_storage/migrator_worker_spec.rb')
-rw-r--r--spec/workers/hashed_storage/migrator_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/hashed_storage/migrator_worker_spec.rb b/spec/workers/hashed_storage/migrator_worker_spec.rb
index 12c1a26104e..9180da87058 100644
--- a/spec/workers/hashed_storage/migrator_worker_spec.rb
+++ b/spec/workers/hashed_storage/migrator_worker_spec.rb
@@ -15,7 +15,7 @@ describe HashedStorage::MigratorWorker do
worker.perform(5, 10)
end
- it 'migrates projects in the specified range' do
+ it 'migrates projects in the specified range', :sidekiq_might_not_need_inline do
perform_enqueued_jobs do
worker.perform(ids.min, ids.max)
end