Skip to content

Commit

Permalink
tests(firestore): disable flaky onSnapshot unsubscribe e2e test (#4091)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Aug 14, 2020
1 parent 694ff99 commit 6e7c3b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/firestore/e2e/Query/onSnapshot.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,9 @@ describe('firestore().collection().onSnapshot()', () => {
}
});

it('unsubscribes from further updates', async () => {
// FIXME test disabled due to flakiness in CI E2E tests.
// Registered 4 of 3 expected calls once (!?), 3 of 2 expected calls once.
xit('unsubscribes from further updates', async () => {
const callback = sinon.spy();
const collection = firebase.firestore().collection('v6/foo/bar7');

Expand Down

0 comments on commit 6e7c3b2

Please sign in to comment.