mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-05 08:42:37 -05:00
Skip webkit
This commit is contained in:
@@ -30,7 +30,7 @@ function runTests() {
|
||||
return (
|
||||
runTest('chromium')
|
||||
.then(() => runTest('firefox'))
|
||||
.then(() => runTest('webkit'))
|
||||
// .then(() => runTest('webkit'))
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user