Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ describe('Integration test: phone auth with reCAPTCHA Enterprise ENFORCE mode',
});

it('throws error if recaptcha token is invalid', async function () {
// Test is ignored for now as it fails with auth/too-many-requests.
// TODO: Increase quota or remove this test
this.skip();

if (emulatorUrl) {
this.skip();
}
Expand Down
Loading