浏览代码

Remove unstable webkit

Alex Dima 3 年之前
父节点
当前提交
6e73daa1d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/smoke/runner.js

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