From db6aec351b8b56ab08bbaaab651f094b732c8a28 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Mon, 15 Nov 2021 16:00:09 +0100 Subject: [PATCH] Remove webkit for now (`ubuntu-latest` is missing deps) --- test/smoke/runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/runner.js b/test/smoke/runner.js index 77b572cc..2f6bf4b0 100644 --- a/test/smoke/runner.js +++ b/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) {