firebase appdistribution:distribute attempts to run tests even though --test-devices flag was not used
sofi-kry opened this issue · 5 comments
[REQUIRED] Environment info
firebase-tools: 13.2.0
Platform: Ubuntu
[REQUIRED] Test case
firebase appdistribution:distribute x.apk --app id --groups "android-internal-testers" --release-notes "notes"
[REQUIRED] Steps to reproduce
firebase appdistribution:distribute x.apk --app id --groups "android-internal-testers" --release-notes "notes"
[REQUIRED] Expected behavior
Automated tests are not run, given that the flag --test-devices
is not included. The job ends successfully.
[REQUIRED] Actual behavior
This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.
Apologies for this issue. Releases are currently being uploaded despite the error message. We're currently working on a fix, but in the meantime please use 13.1.0 to remove the error message. We'll post up to date information on our status page: https://status.firebase.google.com/
We just pushed a fix so that firebase-tools@13.2.0 should no longer throw unexpected errors while uploading releases. Please try again to confirm @sofi-kry
Closing this as fixed by #6750 - we are release 13.2.1 including this fix shortly. Apologies for the misleading errors all!
It works now, thank you!