Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Disable test that seems to time out on Android.
Will investigate and re-enable the test when the cause is found.
  • Loading branch information
ehsannas committed May 6, 2021
commit 78e65e1e35264c9c92a60109da62c964935d49e4
3 changes: 2 additions & 1 deletion firestore/integration_test_internal/src/source_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ TEST_F(SourceTest, GetDocumentWhileOfflineWithDefaultGetOptions) {
EXPECT_EQ(initial_data, snapshot.GetData());
}

TEST_F(SourceTest, GetCollectionWhileOfflineWithDefaultGetOptions) {
// TODO(b/187448376): Disabling temporarily as it seems to time out on Android.
TEST_F(SourceTest, DISABLED_GetCollectionWhileOfflineWithDefaultGetOptions) {
std::map<std::string, MapFieldValue> initial_docs = {
{"doc1", {{"key1", FieldValue::String("value1")}}},
{"doc2", {{"key2", FieldValue::String("value2")}}},
Expand Down