From 9a0e0265e4fd6ef93e63c670adc66637dd6ff553 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 15 Sep 2022 06:12:51 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/spec_helper.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'spec/spec_helper.rb') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 18820eefe31..a40f19ecf7c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -36,6 +36,7 @@ require 'rspec-parameterized' require 'shoulda/matchers' require 'test_prof/recipes/rspec/let_it_be' require 'test_prof/factory_default' +require 'test_prof/factory_prof/nate_heckler' require 'parslet/rig/rspec' rspec_profiling_is_configured = @@ -109,11 +110,6 @@ RSpec.configure do |config| warn `curl -s -o log/goroutines.log http://localhost:9236/debug/pprof/goroutine?debug=2` end end - else - # Allow running `:focus` examples locally, - # falling back to all tests when there is no `:focus` example. - config.filter_run focus: true - config.run_all_when_everything_filtered = true end # Attempt to troubleshoot https://gitlab.com/gitlab-org/gitlab/-/issues/351531 -- cgit v1.2.3