summaryrefslogtreecommitdiff
path: root/spec/services/environments/auto_stop_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/environments/auto_stop_service_spec.rb')
-rw-r--r--spec/services/environments/auto_stop_service_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/services/environments/auto_stop_service_spec.rb b/spec/services/environments/auto_stop_service_spec.rb
index d688690c376..57fb860a557 100644
--- a/spec/services/environments/auto_stop_service_spec.rb
+++ b/spec/services/environments/auto_stop_service_spec.rb
@@ -2,7 +2,8 @@
require 'spec_helper'
-RSpec.describe Environments::AutoStopService, :clean_gitlab_redis_shared_state, :sidekiq_inline do
+RSpec.describe Environments::AutoStopService, :clean_gitlab_redis_shared_state, :sidekiq_inline,
+ feature_category: :continuous_delivery do
include CreateEnvironmentsHelpers
include ExclusiveLeaseHelpers