瀏覽代碼

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) {