Skip to content

Commit 106df3f

Browse files
committed
Skipping sum avg tests until backend is ready.
1 parent 05385c3 commit 106df3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ apiDescribe('Aggregation queries', (persistence: boolean) => {
326326
});
327327

328328
// TODO (sum/avg) enable these tests when sum/avg is supported by the backend
329-
apiDescribe('Aggregation queries - sum / average', (persistence: boolean) => {
329+
apiDescribe.skip('Aggregation queries - sum / average', (persistence: boolean) => {
330330
it('can run sum query getAggregationFromServer', () => {
331331
const testDocs = {
332332
a: { author: 'authorA', title: 'titleA', pages: 100 },

0 commit comments

Comments
 (0)