mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
disable test on proposed API
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user