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>2022-05-26 00:08:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-26 00:08:58 +0300
commite0096a0ef1fa770c16c4f7f0ecea618433d7b052 (patch)
treea1a1823bc6bb5d91bc47b35bd8c6713724043fee /spec
parent28b119a4b47d3a41c4879aab651221b85289bc69 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec')
-rw-r--r--spec/models/group_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/models/group_spec.rb b/spec/models/group_spec.rb
index 8be24c78339..e7c830ce5e7 100644
--- a/spec/models/group_spec.rb
+++ b/spec/models/group_spec.rb
@@ -2420,14 +2420,6 @@ RSpec.describe Group do
group.update!(auto_devops_enabled: true)
end
-
- it 'does not clear cache when the feature is disabled' do
- stub_feature_flags(namespaces_cache_first_auto_devops_config: false)
-
- expect(Rails.cache).not_to receive(:delete_multi)
-
- parent.update!(auto_devops_enabled: true)
- end
end
end
end