disable test for web (#90359)

This commit is contained in:
Benjamin Pasero 2020-02-11 16:50:22 +01:00
parent c4303d1a5b
commit f88d71eebc

View file

@ -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();
}