-
Couldn't load subscription status.
- Fork 168
Convert gcp-auth-extension to use test suites #2342
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
82f39be to
8d0db38
Compare
| }) | ||
| } | ||
|
|
||
| tasks.register<Test>("IntegrationTestUserCreds") { |
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.
noticed that this test wasn't running in the build, but fixing in different PR: #2344
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.
Thanks for the update @trask !
Just wanted to confirm if running the integration test locally via gradle wrapper was still working (./gradlew integrationTestUserCreds) ?
yes, it was passing locally |
Related to #2325