From b9e30139939a4fe3f75faf149f641477d38d0cd9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 28 Mar 2022 09:07:06 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/spec_helper.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'spec/spec_helper.rb') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a72c8d2c4e8..86a7c079ea9 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -329,11 +329,6 @@ RSpec.configure do |config| stub_feature_flags(disable_anonymous_search: false) stub_feature_flags(disable_anonymous_project_search: false) - # Disable the refactored top nav search until there is functionality - # Can be removed once all existing functionality has been replicated - # For more information check https://gitlab.com/gitlab-org/gitlab/-/issues/339348 - stub_feature_flags(new_header_search: false) - allow(Gitlab::GitalyClient).to receive(:can_use_disk?).and_return(enable_rugged) else unstub_all_feature_flags -- cgit v1.2.3