Explorar el Código

Remove unstable webkit

Alex Dima hace 3 años
padre
commit
6e73daa1d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');
 	}
 }