Преглед изворни кода

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

Alex Dima пре 3 година
родитељ
комит
db6aec351b
1 измењених фајлова са 1 додато и 1 уклоњено
  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) {