Skip to content

Commit 95f2fcb

Browse files
authored
Re-enable FirestoreIntegrationTest.AuthWorks on MacOS (#403)
1 parent bd540b5 commit 95f2fcb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

firestore/integration_test_internal/src/firestore_test.cc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,15 +1488,6 @@ TEST_F(FirestoreIntegrationTest, DomainObjectsReferToSameFirestoreInstance) {
14881488
}
14891489

14901490
TEST_F(FirestoreIntegrationTest, AuthWorks) {
1491-
SKIP_TEST_ON_MACOS; // TODO(b/183294303) Fix this test on Mac.
1492-
1493-
// This test only works locally or on guitar because it depends on a live
1494-
// Auth backend.
1495-
if (getenv("UNITTEST_ON_FORGE") != nullptr) {
1496-
LogWarning("Skipped AuthWorks test: incompatible with Forge");
1497-
return;
1498-
}
1499-
15001491
// This app instance is managed by the text fixture.
15011492
App* app = GetApp();
15021493
EXPECT_NE(app, nullptr);

0 commit comments

Comments
 (0)