Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2020-08-03 06:10:00 +00:00
parent 927475d007
commit ef9e4ec7a6
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -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