Skip to content

Fix spec/features/instance_statistics/cohorts_spec.rb failing in EE

Stan Hu requested to merge sh-fix-cohorts-spec into master

If one spec disables the usage ping in the in-memory application setting (e.g. spec/features/usage_stats_consent_spec.rb), then this spec will fail. To work around this problem, we enable the usage ping explicitly in the setup phase.

Closes #7511 (closed)

Merge request reports