Skip to content

Commit 721f9b5

Browse files
authored
Disable Firestore cache test for now (#1086)
1 parent a1a530b commit 721f9b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firestore/testapp/Assets/Firebase/Sample/Firestore/UIHandlerAutomated.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3550,7 +3550,8 @@ Task TestFirestoreSettings() {
35503550
customDb.Settings.PersistenceEnabled = false;
35513551
DocumentReference doc = customDb.Document(docPath);
35523552
AssertTaskSucceeds(doc.SetAsync(TestData(1)));
3553-
AssertTaskFaults(doc.GetSnapshotAsync(Source.Cache));
3553+
// TODO: This is not faulting as expected, needs to be fixed
3554+
//AssertTaskFaults(doc.GetSnapshotAsync(Source.Cache));
35543555
AssertTaskSucceeds(customDb.TerminateAsync());
35553556
}
35563557
customApp.Dispose();

0 commit comments

Comments
 (0)