unit - skip all tests for test component in node

This commit is contained in:
Benjamin Pasero 2022-04-05 17:27:24 +02:00
parent 690a9c0f8d
commit 9a78ee3b1a
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -29,6 +29,7 @@ const excludeGlob = '**/{browser,electron-sandbox,electron-browser,electron-main
const excludeModules = [
'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
];
/**