Skip to content

Commit 89f8665

Browse files
Disable long-polling test (#5307)
1 parent ab428f6 commit 89f8665

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/witty-brooms-relate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,9 @@ apiDescribe('Database', (persistence: boolean) => {
16801680
});
16811681
});
16821682

1683-
it('can set and get data with auto detect long polling enabled', () => {
1683+
// TODO(b/196858864): This test regularly times out on CI.
1684+
// eslint-disable-next-line no-restricted-properties
1685+
it.skip('can set and get data with auto detect long polling enabled', () => {
16841686
const settings = {
16851687
...DEFAULT_SETTINGS,
16861688
experimentalAutoDetectLongPolling: true

0 commit comments

Comments
 (0)