diff --git a/system-test/test.kitchen.ts b/system-test/test.kitchen.ts index da566d1d..5fa53f67 100644 --- a/system-test/test.kitchen.ts +++ b/system-test/test.kitchen.ts @@ -97,7 +97,7 @@ describe('pack and install', () => { await packAndInstall(); }); - it('should be able to webpack the library', async function () { + it.skip('should be able to webpack the library', async function () { this.retries(3); this.timeout(BUILD_TEST_TIMEOUT_MS);