Skip to content

Fix flaky specs in Import::GitHubService

What does this MR do and why?

Fix flaky specs in Import::GitHubService

These were broken due to a rate limit which would trigger when all the specs ran together.

References

Screenshots or screen recordings

Before After

How to set up and validate locally

  • Run the specs locally on master and this branch:
bundle exec rspec ee/spec/services/ee/import/github_service_spec.rb
  • It should seemingly always fail on master, but not on this branch.

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Keeyan Nejad

Merge request reports

Loading