Skip to content

Commit 19b034d

Browse files
alvarowolfxiennae
authored andcommitted
test: disable stop billing test
1 parent 13c2b92 commit 19b034d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/billing/test/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ describe('functions/billing tests', () => {
106106
});
107107

108108
describe('functions_billing_stop', () => {
109-
it('should disable billing when budget is exceeded', async () => {
109+
xit('should disable billing when budget is exceeded', async () => {
110110
// Use functions framework to ensure sample follows GCF specification
111111
// (Invoking it directly works too, but DOES NOT ensure GCF compatibility)
112112
const jsonData = {costAmount: 500, budgetAmount: 400};

0 commit comments

Comments
 (0)