Skip to content

Commit

Permalink
test: Skip webpack v4 test (#1930)
Browse files Browse the repository at this point in the history
Its finicky, and requires constant config changes based on upstream dependencies.
  • Loading branch information
d-goog authored Feb 3, 2025
1 parent c471376 commit 974d67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/test.kitchen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 974d67a

Please sign in to comment.