Skip to content

Commit 76da444

Browse files
committed
testing: debug test failures
For microsoft#137853
1 parent b5755c0 commit 76da444

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

unit/node/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ const excludeGlob = '**/{browser,electron-sandbox,electron-browser,electron-main
2828
const excludeModules = [
2929
'vs/platform/environment/test/node/nativeModules.test.js', // native modules are compiled against Electron and this test would fail with node.js
3030
'vs/base/parts/storage/test/node/storage.test.js', // same as above, due to direct dependency to sqlite native module
31-
'vs/workbench/contrib/testing/test/common/testResultStorage.test.js', // TODO@connor4312 https://github.com/microsoft/vscode/issues/137853
32-
'vs/workbench/contrib/testing/test/common/testResultService.test.js', // TODO@connor4312 https://github.com/microsoft/vscode/issues/137853
3331
'vs/platform/files/test/common/files.test.js' // TODO@bpasero enable once we ship Electron 16
3432
]
3533

0 commit comments

Comments
 (0)