Skip to content

Commit

Permalink
chore: Skip IAP (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog authored Jan 3, 2024
1 parent 7ae4aae commit 72bfad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/test/jwt.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('samples', () => {
assert.match(output, /What's next?/);
});

it('should fetch ID token for IAP', async () => {
it.skip('should fetch ID token for IAP', async () => {
// process.env.IAP_URL should be an App Engine app, protected with IAP:
const url =
process.env.IAP_URL || 'https://nodejs-docs-samples-iap.appspot.com';
Expand Down

0 comments on commit 72bfad3

Please sign in to comment.