Skip to content

← All questions

295 API scenarios fail with QUOTA_EXCEEDED: Exceeded quota for verifying passwords

Asked 11,200 views4 answers

Ran the API and hybrid layers, single worker, one browser. 1,152 tests. 295 of the failures are this one message:

text
Error: Firebase sign-in failed for qa-member@example.com:
  QUOTA_EXCEEDED : Exceeded quota for verifying passwords.

The credentials are fine. If I run any one of those scenarios on its own an hour later it passes. The failures also start partway through the run rather than at the beginning, which is what made me think it was a rate limit rather than a password.

Our project has a step that mints a session by calling the identity provider directly, because an @api scenario cannot use the browser storage state. Is there a supported way to stop it doing that once per scenario?

asked by Ade Oyinlola419 ·

4 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related