diff options
Diffstat (limited to 'spec/services/environments/canary_ingress')
-rw-r--r-- | spec/services/environments/canary_ingress/update_service_spec.rb | 3 |
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) } |