Browse Source

Remove unstable webkit

Alex Dima 3 năm trước cách đây
mục cha
commit
6e73daa1d2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');
 	}
 }