BigW Consortium Gitlab

Commit 5607fdf9 by Lin Jen-Shin

Let's make sure cache were cleared:

I can't reproduce this failure locally. Here's the failure: https://gitlab.com/gitlab-org/gitlab-ce/builds/2864250
parent f88d4523
......@@ -38,6 +38,10 @@ describe NotesHelper do
end
describe '#preload_max_access_for_authors' do
before do
RequestStore.clear! # make sure cache were cleared
end
it 'loads multiple users' do
expected_access = {
owner.id => Gitlab::Access::OWNER,
......
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