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-08 06:14:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-08 06:14:00 +0300
commit056d614d2cb7f4df2c7ab1e7767ff92a6ca6f251 (patch)
treea15d51f85211bec741752ea893210abacf01f7da /spec/spec_helper.rb
parentc00e3e49ef33b44d5fe1bd34a396bb3dfe2cca65 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index f4f06a573ee..7bfd455fedc 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -290,10 +290,9 @@ RSpec.configure do |config|
stub_feature_flags(diffs_virtual_scrolling: false)
- # The following `vue_issues_list`/`vue_issuables_list` stubs can be removed
+ # The following `vue_issues_list` stub can be removed
# once the Vue issues page has feature parity with the current Haml page
stub_feature_flags(vue_issues_list: false)
- stub_feature_flags(vue_issuables_list: false)
# Disable `refactor_blob_viewer` as we refactor
# the blob viewer. See the follwing epic for more: