Skip to content

Commit bd13338

Browse files
author
Brian Chen
committed
skip tests
1 parent 541dae2 commit bd13338

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ apiDescribe('Database transactions', (persistence: boolean) => {
295295
});
296296
});
297297

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

0 commit comments

Comments
 (0)