Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-19 03:12:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-19 03:12:04 +0300
commit6e70c2b428a91084139a521abb4a3987a5be35ab (patch)
tree494b56b6c25990033e83f63fb1a2025c8b871375 /spec/spec_helper.rb
parent391beda74a957bfa72144cca886ace03a2db4e92 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 7bfd455fedc..6d5036365e1 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -294,11 +294,6 @@ RSpec.configure do |config|
# once the Vue issues page has feature parity with the current Haml page
stub_feature_flags(vue_issues_list: false)
- # Disable `refactor_blob_viewer` as we refactor
- # the blob viewer. See the follwing epic for more:
- # https://gitlab.com/groups/gitlab-org/-/epics/5531
- stub_feature_flags(refactor_blob_viewer: false)
-
# Disable `main_branch_over_master` as we migrate
# from `master` to `main` accross our codebase.
# It's done in order to preserve the concistency in tests