From 6e73daa1d29b97878048e1024a16d3a10f0a5beb Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Mon, 27 Dec 2021 17:45:17 +0100 Subject: [PATCH] Remove unstable webkit --- test/smoke/runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/runner.js b/test/smoke/runner.js index db404f06..958dd0e3 100644 --- a/test/smoke/runner.js +++ b/test/smoke/runner.js @@ -41,7 +41,7 @@ async function runTests() { for (const type of ['amd', 'webpack']) { await runTest(type, 'chromium'); await runTest(type, 'firefox'); - await runTest(type, 'webkit'); + // await runTest(type, 'webkit'); } }