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>2021-01-25 09:08:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-25 09:08:51 +0300
commit7f15f475306e60325cc9e86977f38680987e5c38 (patch)
tree33e2b7faa3a4c992bdb7d62a429da08794ad3d9f /spec/spec_helper.rb
parent82711b60d5666dcc608cf6b35d8c32ca9b582593 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 7b3d413c02b..89b13591c7e 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -216,12 +216,6 @@ RSpec.configure do |config|
# (ie. ApplicationSetting#auto_devops_enabled)
stub_feature_flags(force_autodevops_on_by_default: false)
- # The following can be removed once Vue Issuable Sidebar
- # is feature-complete and can be made default in place
- # of older sidebar.
- # See https://gitlab.com/groups/gitlab-org/-/epics/1863
- stub_feature_flags(vue_issuable_sidebar: false)
-
# Merge request widget GraphQL requests are disabled in the tests
# for now whilst we migrate as much as we can over the GraphQL
stub_feature_flags(merge_request_widget_graphql: false)