From 974d67a59db994286cf6ca3be9baa9d978b6c4eb Mon Sep 17 00:00:00 2001 From: d-goog <188102366+d-goog@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:46:44 -0800 Subject: [PATCH] test: Skip webpack v4 test (#1930) 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);