Remove unstable webkit

This commit is contained in:
Alex Dima 2021-12-27 17:45:17 +01:00
parent 684cbae427
commit 6e73daa1d2
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -41,7 +41,7 @@ async function runTests() {
for (const type of ['amd', 'webpack']) {
await runTest(type, 'chromium');
await runTest(type, 'firefox');
await runTest(type, 'webkit');
// await runTest(type, 'webkit');
}
}