Commit 43fce23e authored by Marin Jankovski's avatar Marin Jankovski

Merge branch 'bvl-fix-ip-rate-limiter-flaky-spec' into 'master'

Use memory store cache for the Gitlab::Auth

Closes #38084

See merge request gitlab-org/gitlab!21181
parents fb8527cd 1e13c6ff
......@@ -2,7 +2,7 @@
require 'spec_helper'
describe Gitlab::Auth do
describe Gitlab::Auth, :use_clean_rails_memory_store_caching do
let(:gl_auth) { described_class }
set(:project) { create(:project) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment