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

This commit is contained in:
Alex Dima 2021-11-15 16:00:09 +01:00
parent 78b2edf1e3
commit db6aec351b
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -37,7 +37,7 @@ yaserver
async function runTests() { async function runTests() {
await runTest('chromium'); await runTest('chromium');
await runTest('firefox'); await runTest('firefox');
await runTest('webkit'); // await runTest('webkit');
} }
function runTest(browser) { function runTest(browser) {