We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55a85f commit cedfa82Copy full SHA for cedfa82
firestore/integration_test_internal/src/transaction_extra_test.cc
@@ -20,6 +20,7 @@ namespace firestore {
20
21
using TransactionExtraTest = FirestoreIntegrationTest;
22
23
+/*
24
TEST_F(TransactionExtraTest,
25
TestRetriesWhenDocumentThatWasReadWithoutBeingWrittenChanges) {
26
DocumentReference doc1 = TestFirestore()->Collection("counter").Document();
@@ -96,6 +97,7 @@ TEST_F(TransactionExtraTest, TestReadingADocTwiceWithDifferentVersions) {
96
97
98
DocumentSnapshot snapshot = ReadDocument(doc);
99
}
100
+*/
101
102
} // namespace firestore
103
} // namespace firebase
0 commit comments