Explorar el Código

Remove webkit for now (`ubuntu-latest` is missing deps)

Alex Dima hace 3 años
padre
commit
db6aec351b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/smoke/runner.js

+ 1 - 1
test/smoke/runner.js

@@ -37,7 +37,7 @@ yaserver
 async function runTests() {
 	await runTest('chromium');
 	await runTest('firefox');
-	await runTest('webkit');
+	// await runTest('webkit');
 }
 
 function runTest(browser) {