mirror of
https://github.com/Microsoft/vscode
synced 2024-10-29 21:37:13 +00:00
disable test for web (#90359)
This commit is contained in:
parent
c4303d1a5b
commit
f88d71eebc
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue