Skip to content

Commit

Permalink
test: disable stop billing test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarowolfx authored and iennae committed Sep 25, 2024
1 parent 13c2b92 commit 19b034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/billing/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('functions/billing tests', () => {
});

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

0 comments on commit 19b034d

Please sign in to comment.