mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
unit - skip all tests for test component in node
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user