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>2023-08-30 18:11:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-30 18:11:17 +0300
commitfaa68a02897b496a75bef827817866cdd775cd79 (patch)
treec805c0feeab33956fcf7c1c34c1ce85231e1b7a1 /spec/spec_helper.rb
parentbd51d0dc69c749baded6bf5f0cdbcdd99e5dd80b (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 32ae920235a..d0a56b6b517 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -295,11 +295,6 @@ RSpec.configure do |config|
stub_feature_flags(ci_queueing_disaster_recovery_disable_fair_scheduling: false)
stub_feature_flags(ci_queueing_disaster_recovery_disable_quota: false)
- # Only a few percent of users will be "enrolled" into the new nav with this flag.
- # Having it enabled globally would make it impossible to test the current nav.
- # https://gitlab.com/gitlab-org/gitlab/-/issues/420121
- stub_feature_flags(super_sidebar_nav_enrolled: false)
-
# The anonymous super-sidebar is under heavy development and enabling the flag
# globally leads to a lot of errors. This issue is for fixing all test to work with the
# new nav: https://gitlab.com/gitlab-org/gitlab/-/issues/420119