提交 ef9e4ec7 编写于 作者: G GitLab Bot

Add latest changes from gitlab-org/gitlab@master

上级 927475d0
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册