Skip webkit

This commit is contained in:
Alexandru Dima 2020-12-28 21:53:35 +01:00
parent 9945754a62
commit 4b6280aa8c
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -30,7 +30,7 @@ function runTests() {
return (
runTest('chromium')
.then(() => runTest('firefox'))
.then(() => runTest('webkit'))
// .then(() => runTest('webkit'))
);
}