File tree 2 files changed +4
-1
lines changed
packages/firestore/test/integration/api 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -800,6 +800,7 @@ apiDescribe('Database', persistence => {
800
800
expect ( snap . data ( ) ) . to . deep . equal ( { a : 1 } ) ;
801
801
// This event could be a metadata change for fromCache as well.
802
802
// We comment this line out to reduce flakiness.
803
+ // TODO(b/295872012): Figure out a way to check for all scenarios.
803
804
// expect(snap.metadata.hasPendingWrites).to.be.false;
804
805
} ) ;
805
806
} ) ;
@@ -830,6 +831,7 @@ apiDescribe('Database', persistence => {
830
831
expect ( snap . data ( ) ) . to . deep . equal ( changedData ) ;
831
832
// This event could be a metadata change for fromCache as well.
832
833
// We comment this line out to reduce flakiness.
834
+ // TODO(b/295872012): Figure out a way to check for all scenarios.
833
835
// expect(snap.metadata.hasPendingWrites).to.be.false;
834
836
} ) ;
835
837
} ) ;
Original file line number Diff line number Diff line change @@ -444,7 +444,8 @@ apiDescribe('Queries', persistence => {
444
444
} ) ;
445
445
} ) ;
446
446
447
- // TODO(b/295872012): This test is skipped due to the flakiness around the checks of hasPendingWrites.
447
+ // TODO(b/295872012): This test is skipped due to the flakiness around the
448
+ // checks of hasPendingWrites.
448
449
// We should investigate if this is an acutal bug.
449
450
// eslint-disable-next-line no-restricted-properties
450
451
it . skip ( 'can listen for the same query with different options' , ( ) => {
You can’t perform that action at this time.
0 commit comments