Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab_experiment.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f283e4f06ce1096052878e9989215cba8ecfbcf (plain)
1
2
3
4
# frozen_string_literal: true

# Disable all caching for experiments in tests.
Gitlab::Experiment::Configuration.cache = nil