googleapis / google-auth-library-nodejs

🔑 Google Auth Library for Node.js
Apache License 2.0
1.71k stars 374 forks source link

test: Fix TPC Tests When Running on GCP #1741

Closed danielbankhead closed 8 months ago

danielbankhead commented 8 months ago

Some tests attempt to use the metadata server when ran on GCP hardware.

Fixes #1734 Fixes #1735 Fixes #1736 Fixes #1737 Fixes #1738

🦕