Skip to content

Commit 77c143c

Browse files
committed
Skip the relevant test.
1 parent 4aed9bb commit 77c143c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/firestore/test/integration/api/aggregation.test.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,9 @@ apiDescribe('Aggregation queries', (persistence: boolean) => {
295295
});
296296
});
297297

298-
it('getAggregateFromServer fails if user is offline', () => {
298+
// TODO(b/277628384): Re-enable this test once b/277628384 is fixed.
299+
// eslint-disable-next-line no-restricted-properties
300+
it.skip('getAggregateFromServer fails if user is offline', () => {
299301
return withEmptyTestCollection(persistence, async (coll, firestore) => {
300302
await disableNetwork(firestore);
301303
await expect(getCountFromServer(coll)).to.be.eventually.rejectedWith(

0 commit comments

Comments
 (0)