mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
mark test as unstable (#14284)
This commit is contained in:
@@ -752,7 +752,7 @@ describe('BooksTreeViewTests', function () {
|
|||||||
should(showNotebookSpy.calledWith(vscode.Uri.file(notebookPath))).be.true(`Should have opened the notebook from ${notebookPath} in the editor.`);
|
should(showNotebookSpy.calledWith(vscode.Uri.file(notebookPath))).be.true(`Should have opened the notebook from ${notebookPath} in the editor.`);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('openNotebookAsUntitled should open a notebook as untitled file in the editor', async () => {
|
it('openNotebookAsUntitled should open a notebook as untitled file in the editor @UNSTABLE@', async () => {
|
||||||
let notebookPath = run.folderPaths.notebook2File;
|
let notebookPath = run.folderPaths.notebook2File;
|
||||||
await bookTreeViewProvider.openNotebookAsUntitled(notebookPath);
|
await bookTreeViewProvider.openNotebookAsUntitled(notebookPath);
|
||||||
should(azdata.nb.notebookDocuments.find(doc => doc.uri.scheme === 'untitled')).not.be.undefined();
|
should(azdata.nb.notebookDocuments.find(doc => doc.uri.scheme === 'untitled')).not.be.undefined();
|
||||||
|
|||||||
Reference in New Issue
Block a user