Skip to content

Commit 14b574a

Browse files
committed
Revert "cherry-pick bundle_test.cc: Disable LoadBundleWithDocumentsAlreadyPulledFromBackend (#972)"
This reverts commit b39452a.
1 parent 0848e7a commit 14b574a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

firestore/integration_test_internal/src/bundle_test.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,6 @@ 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-
283280
Firestore* db = TestFirestore();
284281
auto collection = db->Collection("coll-1");
285282
WriteDocuments(collection,

0 commit comments

Comments
 (0)