Skip to content

Commit d1c6e31

Browse files
authored
Skip flaky auth recaptcha test (#8753)
1 parent 82373b3 commit d1c6e31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/auth/test/integration/flows/recaptcha_enterprise.test.ts

+4
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ describe('Integration test: phone auth with reCAPTCHA Enterprise ENFORCE mode',
104104
});
105105

106106
it('throws error if recaptcha token is invalid', async function () {
107+
// Test is ignored for now as it fails with auth/too-many-requests.
108+
// TODO: Increase quota or remove this test
109+
this.skip();
110+
107111
if (emulatorUrl) {
108112
this.skip();
109113
}

0 commit comments

Comments
 (0)