diff --git a/app/services/clusters/parse_cluster_applications_artifact_service.rb b/app/services/clusters/parse_cluster_applications_artifact_service.rb index 6a0ca0ef9d06cff2c3ad3d4a33d7544a9b88fed8..7ffe43e9ce42cc83d306449480723e32d750f4f1 100644 --- a/app/services/clusters/parse_cluster_applications_artifact_service.rb +++ b/app/services/clusters/parse_cluster_applications_artifact_service.rb @@ -5,7 +5,7 @@ module Clusters include Gitlab::Utils::StrongMemoize MAX_ACCEPTABLE_ARTIFACT_SIZE = 5.kilobytes - RELEASE_NAMES = %w[prometheus cilium].freeze + RELEASE_NAMES = %w[cilium].freeze def initialize(job, current_user) @job = job diff --git a/spec/features/explore/groups_spec.rb b/spec/features/explore/groups_spec.rb index 6e9749f29c385bc2caa9bd4e86792af6e74bd666..201dc24b3594871707056b336e9f41aec421ceef 100644 --- a/spec/features/explore/groups_spec.rb +++ b/spec/features/explore/groups_spec.rb @@ -26,10 +26,6 @@ RSpec.describe 'Explore Groups', :js do end end - before do - stub_feature_flags(vue_issuables_list: false) - end - shared_examples 'renders public and internal projects' do it do visit_page