Skip to content

Remove unnecessary spec usage_activity_by_stage spec

Alper Akgun requested to merge 241260-remove-unnecessary-ee-spec into master

What does this MR do?

Issue #241260 (closed)

Before

$ bundle exec rspec -fd ee/spec/lib/ee/gitlab/usage_data_spec.rb

Finished in 2 minutes 20 seconds (files took 23.27 seconds to load)
27 examples, 0 failures

After removing the spec

$ bundle exec rspec -fd ee/spec/lib/ee/gitlab/usage_data_spec.rb

Finished in 2 minutes 4.4 seconds (files took 23.51 seconds to load)
26 examples, 0 failures

Queries saved: 3157

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by John Hope

Merge request reports