From ef9e4ec7a68ace1137f68c19efee470c13631f1d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 3 Aug 2020 06:10:00 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .../clusters/parse_cluster_applications_artifact_service.rb | 2 +- spec/features/explore/groups_spec.rb | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/services/clusters/parse_cluster_applications_artifact_service.rb b/app/services/clusters/parse_cluster_applications_artifact_service.rb index 6a0ca0ef9d0..7ffe43e9ce4 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 6e9749f29c3..201dc24b359 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 -- GitLab