disable test on proposed API

This commit is contained in:
Benjamin Pasero 2017-09-23 08:31:30 +02:00
parent 8462f11989
commit 6f7cabae9e

View file

@ -349,17 +349,17 @@ suite('window namespace tests', () => {
return Promise.all([a, b]);
});
test('showWorkspaceFolderPick', function () {
const p = (<any>window).showWorkspaceFolderPick(undefined);
// test('showWorkspaceFolderPick', function () {
// const p = (<any>window).showWorkspaceFolderPick(undefined);
return commands.executeCommand('workbench.action.acceptSelectedQuickOpenItem').then(() => {
return p.then(workspace => {
assert.ok(true);
}, error => {
assert.ok(false);
});
});
});
// return commands.executeCommand('workbench.action.acceptSelectedQuickOpenItem').then(() => {
// return p.then(workspace => {
// assert.ok(true);
// }, error => {
// assert.ok(false);
// });
// });
// });
test('Default value for showInput Box accepted even if fails validateInput, #33691', function () {
const result = window.showInputBox({