Commit bea943ae authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'sh-fix-failing-instances-statistics-spec' into 'master'

Explicitly enable usage ping for instance statistics spec

Closes #51294

See merge request gitlab-org/gitlab-ce!21629
parents 2863fcce 0519c14a
......@@ -5,6 +5,8 @@ shared_examples 'instance statistics availability' do
before do
sign_in(user)
stub_application_setting(usage_ping_enabled: true)
end
describe 'GET #index' do
......
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