From 4b6280aa8ce9115c2a04b33a608029c637b5972e Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Mon, 28 Dec 2020 21:53:35 +0100 Subject: [PATCH] Skip webkit --- test/monaco/runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monaco/runner.js b/test/monaco/runner.js index c2f90d3f1a7..29aa7eb1294 100644 --- a/test/monaco/runner.js +++ b/test/monaco/runner.js @@ -30,7 +30,7 @@ function runTests() { return ( runTest('chromium') .then(() => runTest('firefox')) - .then(() => runTest('webkit')) + // .then(() => runTest('webkit')) ); } -- GitLab