Skip to content

Commit

Permalink
remove intgration tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed Apr 28, 2022
1 parent 7624141 commit f714731
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/integration/functions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,4 @@ describe('getFunctions()', () => {
expect(typeof factorizeQueue.enqueue).to.equal('function');
});
});

describe('enqueue()', () => {
it('should propagate API errors', () => {
// rejects with failed-precondition when the queue does not exist
return getFunctions().taskQueue('non-existing-queue').enqueue({})
.should.eventually.be.rejected.and.have.property('code', 'functions/failed-precondition');
});
});
});

0 comments on commit f714731

Please sign in to comment.