Skip to content

Commit 7092f5d

Browse files
author
Brian Chen
committed
eslint exception
1 parent abab04d commit 7092f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ apiDescribe('Database transactions', (persistence: boolean) => {
296296
});
297297

298298
// TODO(b/153595228): De-flake this test.
299+
// eslint-disable-next-line no-restricted-properties
299300
it.skip('runs transactions on existing document', async () => {
300301
return integrationHelpers.withTestDb(persistence, async db => {
301302
const tt = new TransactionTester(db);

0 commit comments

Comments
 (0)