Przeglądaj źródła

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

Alex Dima 3 lat temu
rodzic
commit
db6aec351b
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {