فهرست منبع

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