We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c2b92 commit 19b034dCopy full SHA for 19b034d
functions/billing/test/index.test.js
@@ -106,7 +106,7 @@ describe('functions/billing tests', () => {
106
});
107
108
describe('functions_billing_stop', () => {
109
- it('should disable billing when budget is exceeded', async () => {
+ xit('should disable billing when budget is exceeded', async () => {
110
// Use functions framework to ensure sample follows GCF specification
111
// (Invoking it directly works too, but DOES NOT ensure GCF compatibility)
112
const jsonData = {costAmount: 500, budgetAmount: 400};
0 commit comments