mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Mark unstable book test as unstable (#16388)
This commit is contained in:
@@ -353,7 +353,7 @@ describe('BookTrustManagerTests', function () {
|
|||||||
should(isNotebookTrusted).be.false('Notebook not should be trusted');
|
should(isNotebookTrusted).be.false('Notebook not should be trusted');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should trust notebook after book has been added to a folder', async () => {
|
it('should trust notebook after book has been added to a folder @UNSTABLE@', async () => {
|
||||||
let notebookUri = run.book2.notebook1;
|
let notebookUri = run.book2.notebook1;
|
||||||
let isNotebookTrustedBeforeChange = bookTrustManager.isNotebookTrustedByDefault(notebookUri);
|
let isNotebookTrustedBeforeChange = bookTrustManager.isNotebookTrustedByDefault(notebookUri);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user