Skip to content

Commit dcba8f0

Browse files
committed
remove intgration tests for now
1 parent bd2bd35 commit dcba8f0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/integration/functions.spec.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,4 @@ describe('getFunctions()', () => {
3232
expect(typeof factorizeQueue.enqueue).to.equal('function');
3333
});
3434
});
35-
36-
describe('enqueue()', () => {
37-
it('should propagate API errors', () => {
38-
// rejects with failed-precondition when the queue does not exist
39-
return getFunctions().taskQueue('non-existing-queue').enqueue({})
40-
.should.eventually.be.rejected.and.have.property('code', 'functions/failed-precondition');
41-
});
42-
});
4335
});

0 commit comments

Comments
 (0)