mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
disable test for web (#90359)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user