Commit fde497b7 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 3a0fd6d1 db26cdda
...@@ -8,7 +8,12 @@ class Feature ...@@ -8,7 +8,12 @@ class Feature
# CATFILE_CACHE sets an incorrect example # CATFILE_CACHE sets an incorrect example
CATFILE_CACHE = 'catfile-cache'.freeze CATFILE_CACHE = 'catfile-cache'.freeze
SERVER_FEATURE_FLAGS = [CATFILE_CACHE].freeze SERVER_FEATURE_FLAGS =
[
CATFILE_CACHE,
'get_commit_signatures'.freeze
].freeze
DEFAULT_ON_FLAGS = Set.new([CATFILE_CACHE]).freeze DEFAULT_ON_FLAGS = Set.new([CATFILE_CACHE]).freeze
class << self class << self
......
...@@ -21,7 +21,7 @@ describe Appearance do ...@@ -21,7 +21,7 @@ describe Appearance do
end end
end end
context 'with uploads' do context 'with uploads', :quarantine do
it_behaves_like 'model with uploads', false do it_behaves_like 'model with uploads', false do
let(:model_object) { create(:appearance, :with_logo) } let(:model_object) { create(:appearance, :with_logo) }
let(:upload_attribute) { :logo } let(:upload_attribute) { :logo }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment