Skip to content

Commit 50aaaf4

Browse files
committed
bundle_test.cc: remove extranuous GTEST_SKIP in LoadBundleWithDocumentsAlreadyPulledFromBackend
1 parent 22646b4 commit 50aaaf4

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
@@ -295,9 +295,6 @@ TEST_F(BundleTest, LoadBundleWithDocumentsAlreadyPulledFromBackend) {
295295
// local run is fine. We need to figure out why and re-enable it.
296296
SKIP_TEST_ON_WINDOWS;
297297

298-
GTEST_SKIP() << "Bundle tests fails often on Android and iOS in GitHub "
299-
"Actions and needs to be investigated (b/233751585)";
300-
301298
Firestore* db = TestFirestore();
302299
auto collection = db->Collection("coll-1");
303300
WriteDocuments(collection,

0 commit comments

Comments
 (0)