Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
927475d007
commit
ef9e4ec7a6
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue