-
Notifications
You must be signed in to change notification settings - Fork 124
cl/361880889: Uncomment Firestore test RestartFirestoreLeadsToNewInstance
for Android now that auth is a soft dependency
#334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ndroid now that auth is a soft dependency
These tests are actually moving out of this directory into firestore/integration_test_internal/src, could you merge main into this branch and make the change there? We'll be moving back unit tests there eventually, but integration tests will stay in that new location. (also you can ignore the integration test failure you see reported in the comments - I'm just testing out the triggers.) |
@jonsimantov I'll just hold off merging this PR until this test is moved into its ultimate location in the |
Test is in its new location now, you can update this PR at your leisure. |
✅ Integration test succeeded!Requested by @dconeybe on commit 384819e |
This is a port of cl/361880889:
Uncomment Firestore test
RestartFirestoreLeadsToNewInstance
for Android now that auth is a soft dependency