Remove unstable webkit

pull/2862/head
Alex Dima 3 years ago
parent 684cbae427
commit 6e73daa1d2
No known key found for this signature in database
GPG Key ID: 39563C1504FDD0C9

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

Loading…
Cancel
Save