summaryrefslogtreecommitdiff
path: root/spec/services/namespaces/statistics_refresher_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/namespaces/statistics_refresher_service_spec.rb')
-rw-r--r--spec/services/namespaces/statistics_refresher_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/namespaces/statistics_refresher_service_spec.rb b/spec/services/namespaces/statistics_refresher_service_spec.rb
index f4d9c96f7f4..9d42e917efe 100644
--- a/spec/services/namespaces/statistics_refresher_service_spec.rb
+++ b/spec/services/namespaces/statistics_refresher_service_spec.rb
@@ -23,7 +23,7 @@ describe Namespaces::StatisticsRefresherService, '#execute' do
end
end
- context 'with a root storage statistics relation' do
+ context 'with a root storage statistics relation', :sidekiq_might_not_need_inline do
before do
Namespace::AggregationSchedule.safe_find_or_create_by!(namespace_id: group.id)
end