Skip to content

Commit 5332d2f

Browse files
committed
Merge branch 'main' of github.com:googleapis/google-auth-library-nodejs into node-18
2 parents b88d89c + 974d67a commit 5332d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-test/test.kitchen.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe('pack and install', () => {
9797
await packAndInstall();
9898
});
9999

100-
it('should be able to webpack the library', async function () {
100+
it.skip('should be able to webpack the library', async function () {
101101
this.retries(3);
102102
this.timeout(BUILD_TEST_TIMEOUT_MS);
103103

0 commit comments

Comments
 (0)