Selaa lähdekoodia

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

Alex Dima 3 vuotta sitten
vanhempi
commit
db6aec351b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {