summaryrefslogtreecommitdiff
path: root/app/workers/concerns/chaos_queue.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/concerns/chaos_queue.rb')
-rw-r--r--app/workers/concerns/chaos_queue.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/workers/concerns/chaos_queue.rb b/app/workers/concerns/chaos_queue.rb
index 2ccd55157c6..a9c557f0175 100644
--- a/app/workers/concerns/chaos_queue.rb
+++ b/app/workers/concerns/chaos_queue.rb
@@ -6,6 +6,5 @@ module ChaosQueue
included do
queue_namespace :chaos
feature_category_not_owned!
- tags :exclude_from_gitlab_com
end
end