debt - restore old layer name (#250928)

This commit is contained in:
Benjamin Pasero
2025-06-09 09:08:43 +02:00
committed by GitHub
parent 1a41ff6c36
commit cdf404ff47
212 changed files with 332 additions and 270 deletions

View File

@@ -57,7 +57,7 @@ Options:
const TEST_GLOB = '**/test/**/*.test.js';
const excludeGlobs = [
'**/{browser,electron-sandbox,electron-main,electron-utility}/**/*.test.js',
'**/{browser,electron-browser,electron-main,electron-utility}/**/*.test.js',
'**/vs/platform/environment/test/node/nativeModules.test.js', // native modules are compiled against Electron and this test would fail with node.js
'**/vs/base/parts/storage/test/node/storage.test.js', // same as above, due to direct dependency to sqlite native module
'**/vs/workbench/contrib/testing/test/**' // flaky (https://github.com/microsoft/vscode/issues/137853)