You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes unrelated PRs (such as #2704) to occasionally fail their unit-test step as the unauthenticated rate limit for API calls is low enough (60/hr for an IP address) that we occasionally hit it.
Reproduction steps
Steps to reproduce the behavior:
Check how much of your current API quota you've used:
Describe the bug
Something in the dependency diff unit test makes a single REST call.
https://github.com/ossf/scorecard/blob/846fb19724435f0c6465af44adf505ad6b2fc941/dependencydiff/dependencydiff_test.go
This causes unrelated PRs (such as #2704) to occasionally fail their unit-test step as the unauthenticated rate limit for API calls is low enough (60/hr for an IP address) that we occasionally hit it.
Reproduction steps
Steps to reproduce the behavior:
make unit-test
or individually)Expected behavior
A unit test doesn't consume API quota. The relevant test should be modified to remove the call, or only run when e2e tests are run.
The text was updated successfully, but these errors were encountered: