-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support for new methods isUserStatusPartial shouldUserStatusBeCollected #99
Support for new methods isUserStatusPartial shouldUserStatusBeCollected #99
Conversation
.github/workflows/test.yml
Outdated
@@ -119,7 +119,7 @@ jobs: | |||
gcloud firebase test android run --type instrumentation \ | |||
--app android/app/build/outputs/apk/debug/app-debug.apk \ | |||
--test android/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \ | |||
--device model=MediumPhone.arm,version=33,locale=en,orientation=portrait \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe you could revert MediumPhone
in order to have a more generic device (those devices are encouraged by google)
@@ -27,6 +29,7 @@ class UISetUserTest: BaseUITest() { | |||
assertText("clearUser-OK") | |||
} | |||
|
|||
/* | |||
@Test | |||
fun test_SetUserWithId() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the @Ignore
tag may be easier to disable an Android test with a comment
isUserStatusPartial
andshouldUserStatusBeCollected