提交 f88d71ee 编写于 作者: B Benjamin Pasero

disable test for web (#90359)

上级 c4303d1a
......@@ -215,8 +215,8 @@ suite('workspace-namespace', () => {
});
test('eol, change via onWillSave', function () {
if (vscode.env.uiKind === vscode.UIKind.Web && process.platform === 'win32') {
// TODO@Jo Test seems to fail when running in web (Windows) due to
if (vscode.env.uiKind === vscode.UIKind.Web) {
// TODO@Jo Test seems to fail when running in web due to
// onWillSaveTextDocument not getting called
return this.skip();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册