From c3bfdaaf0de4224a5de9c38146881cb17560cec5 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Mon, 3 Feb 2025 12:24:36 -0800 Subject: [PATCH] test: Skip webpack v4 test Its finicky, and requires constant config changes based on upstream dependencies. --- system-test/test.kitchen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);