Skip to content

Commit b39452a

Browse files
committed
cherry-pick bundle_test.cc: Disable LoadBundleWithDocumentsAlreadyPulledFromBackend (#972)
1 parent c834bc6 commit b39452a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firestore/integration_test_internal/src/bundle_test.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ TEST_F(BundleTest, LoadBundleWithDocumentsAlreadyPulledFromBackend) {
277277
// local run is fine. We need to figure out why and re-enable it.
278278
SKIP_TEST_ON_WINDOWS;
279279

280+
GTEST_SKIP() << "This test fails often on Android and iOS in GitHub Actions "
281+
"and needs to be investigated (b/233751585)";
282+
280283
Firestore* db = TestFirestore();
281284
auto collection = db->Collection("coll-1");
282285
WriteDocuments(collection,

0 commit comments

Comments
 (0)