提交 ab5bb7bf 编写于 作者: C Christof Marti

Revert "Disable failing tests"

This reverts commit 383d1417.
上级 700686a7
......@@ -382,7 +382,7 @@ suite('window namespace tests', () => {
});
test.skip('showQuickPick, accept first', async function () {
test('showQuickPick, accept first', async function () {
const pick = window.showQuickPick(['eins', 'zwei', 'drei']);
await commands.executeCommand('workbench.action.acceptSelectedQuickOpenItem');
assert.equal(await pick, 'eins');
......@@ -434,7 +434,7 @@ suite('window namespace tests', () => {
return unexpected;
});
test.skip('showQuickPick, keep selection (Microsoft/vscode-azure-account#67)', async function () {
test('showQuickPick, keep selection (Microsoft/vscode-azure-account#67)', async function () {
const picks = window.showQuickPick([
{ label: 'eins' },
{ label: 'zwei', picked: true },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册