mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
no test.only, fyi @bpasero
This commit is contained in:
@@ -77,7 +77,7 @@ suite.skip('Notebook Editor', function () {
|
||||
assert.strictEqual(editor2.viewColumn, vscode.ViewColumn.Two);
|
||||
});
|
||||
|
||||
test.skip('Opening a notebook should fire activeNotebook event changed only once', async function () {
|
||||
test('Opening a notebook should fire activeNotebook event changed only once', async function () {
|
||||
const openedEditor = utils.asPromise(vscode.window.onDidChangeActiveNotebookEditor);
|
||||
const resource = await utils.createRandomFile(undefined, undefined, '.nbdtest');
|
||||
const editor = await vscode.window.showNotebookDocument(resource);
|
||||
|
||||
@@ -190,7 +190,7 @@ suite('vscode API - window', () => {
|
||||
}
|
||||
});
|
||||
|
||||
test.only('editor, opening multiple at the same time #134786', async () => {
|
||||
test('editor, opening multiple at the same time #134786', async () => {
|
||||
const fileA = await createRandomFile();
|
||||
const fileB = await createRandomFile();
|
||||
const fileC = await createRandomFile();
|
||||
|
||||
Reference in New Issue
Block a user