Fix build

This commit is contained in:
Logan Ramos
2021-07-07 15:36:11 -04:00
parent 1cbd1c6b65
commit 601afb43f8
2 changed files with 4 additions and 4 deletions

View File

@@ -763,7 +763,7 @@ suite('Notebook API tests', function () {
assert.strictEqual(vscode.window.activeNotebookEditor!.document.uri.toString(), document.uri.toString());
});
test('Cannot open notebook from cell-uri with vscode.open-command', async function () {
test.only('Cannot open notebook from cell-uri with vscode.open-command', async function () {
const document = await openRandomNotebookDocument();
const [cell] = document.getCells();