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'); } }