Skip to content

Commit 60b0dc1

Browse files
committed
Comment out query_snapshot_test.cc for good measure.
1 parent 89cb07b commit 60b0dc1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

firestore/integration_test_internal/src/query_snapshot_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ TEST_F(QuerySnapshotTest, Assignment) {
4545

4646
#endif // defined(__ANDROID__)
4747

48+
/*
4849
TEST_F(QuerySnapshotTest, Equality) {
4950
CollectionReference collection =
5051
Collection({{"a", {{"k", FieldValue::String("a")}}},
@@ -98,6 +99,7 @@ TEST_F(QuerySnapshotTest, Equality) {
9899
EXPECT_FALSE(snapshot6 == snapshot7);
99100
EXPECT_FALSE(snapshot7 != snapshot8);
100101
}
102+
*/
101103

102104
} // namespace firestore
103105
} // namespace firebase

firestore/integration_test_internal/src/transaction_extra_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
namespace firebase {
3333
namespace firestore {
3434

35+
/*
3536
using TransactionExtraTest = FirestoreIntegrationTest;
3637
3738
TEST_F(TransactionExtraTest,
@@ -110,6 +111,7 @@ TEST_F(TransactionExtraTest, TestReadingADocTwiceWithDifferentVersions) {
110111
111112
DocumentSnapshot snapshot = ReadDocument(doc);
112113
}
114+
*/
113115

114116
} // namespace firestore
115117
} // namespace firebase

0 commit comments

Comments
 (0)