You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid using default provider chain in tests (#4229)
## Motivation and Context
The previous tests mistakenly used the default credentials provider
chain, which led to test failures during a release. This occurred
because the chain hit a credentials provider that made a remote call
(e.g., IMDS), causing the captured request to be exhausted, leading to a
panic. To address this issue, the PR avoids using the default
credentials provider chain.
## Testing
~Currently verifying in the release pipeline~ Verified
----
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
0 commit comments