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
path: root/spec
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-24 09:08:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-24 09:08:34 +0300
commit25bd06f7e75ab5510cb75f0971d210a8d0c93342 (patch)
tree575433e80d3fe7ae9625d71c172e46d7347a1f28 /spec
parentba318c97cd1adf21ecedb6efaeb266c5c75d4505 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec')
-rw-r--r--spec/models/project_authorization_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/models/project_authorization_spec.rb b/spec/models/project_authorization_spec.rb
index f81d73a5da9..dc4922d8114 100644
--- a/spec/models/project_authorization_spec.rb
+++ b/spec/models/project_authorization_spec.rb
@@ -126,7 +126,6 @@ RSpec.describe ProjectAuthorization do
before do
# Configure as if a replica database is enabled
allow(::Gitlab::Database::LoadBalancing).to receive(:primary_only?).and_return(false)
- stub_feature_flags(enable_minor_delay_during_project_authorizations_refresh: true)
end
shared_examples_for 'inserts the rows in batches, as per the `per_batch` size, without a delay between each batch' do
@@ -192,7 +191,6 @@ RSpec.describe ProjectAuthorization do
before do
# Configure as if a replica database is enabled
allow(::Gitlab::Database::LoadBalancing).to receive(:primary_only?).and_return(false)
- stub_feature_flags(enable_minor_delay_during_project_authorizations_refresh: true)
end
before_all do
@@ -264,7 +262,6 @@ RSpec.describe ProjectAuthorization do
before do
# Configure as if a replica database is enabled
allow(::Gitlab::Database::LoadBalancing).to receive(:primary_only?).and_return(false)
- stub_feature_flags(enable_minor_delay_during_project_authorizations_refresh: true)
end
before_all do