Skip to content

Commit b986207

Browse files
authored
Re-enable FirestoreIntegrationTest.FirestoreCanBeDeletedFromTransaction (#405)
1 parent 95f2fcb commit b986207

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

firestore/integration_test_internal/src/firestore_test.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,8 +1529,6 @@ TEST_F(FirestoreIntegrationTest, AuthWorks) {
15291529
// This test is to ensure b/172986326 doesn't regress.
15301530
// Note: this test only exists in C++.
15311531
TEST_F(FirestoreIntegrationTest, FirestoreCanBeDeletedFromTransaction) {
1532-
SKIP_TEST_ON_MACOS; // TODO(b/183294303) Fix this test on Mac.
1533-
15341532
auto* app = App::Create(this->app()->options(), "foo");
15351533
auto* db = Firestore::GetInstance(app);
15361534

0 commit comments

Comments
 (0)