summaryrefslogtreecommitdiff
path: root/spec/services/environments/canary_ingress/update_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/environments/canary_ingress/update_service_spec.rb')
-rw-r--r--spec/services/environments/canary_ingress/update_service_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/services/environments/canary_ingress/update_service_spec.rb b/spec/services/environments/canary_ingress/update_service_spec.rb
index 531f7d68a9f..f7d446c13f9 100644
--- a/spec/services/environments/canary_ingress/update_service_spec.rb
+++ b/spec/services/environments/canary_ingress/update_service_spec.rb
@@ -2,7 +2,8 @@
require 'spec_helper'
-RSpec.describe Environments::CanaryIngress::UpdateService, :clean_gitlab_redis_cache do
+RSpec.describe Environments::CanaryIngress::UpdateService, :clean_gitlab_redis_cache,
+ feature_category: :continuous_delivery do
include KubernetesHelpers
let_it_be(:project, refind: true) { create(:project) }