Skip to content

Commit 974d67a

Browse files
authored
test: Skip webpack v4 test (#1930)
Its finicky, and requires constant config changes based on upstream dependencies.
1 parent c471376 commit 974d67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-test/test.kitchen.ts

Lines changed: 1 addition & 1 deletion
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)