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-07-12 18:09:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-12 18:09:41 +0300
commit5ab111376fadee3c9cef3c84080743e917751bfa (patch)
tree4c91993d2d603fc3ce1e57b4a24416d0022e4cc1 /spec/spec_helper.rb
parentfd8881212ed57f11965b2b0c64a21d8e0578c6ec (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, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 6f7d3e40901..607c45eef45 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -275,6 +275,9 @@ RSpec.configure do |config|
# (ie. ApplicationSetting#auto_devops_enabled)
stub_feature_flags(force_autodevops_on_by_default: false)
+ # The survey popover can block the diffs causing specs to fail
+ stub_feature_flags(mr_experience_survey: 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)