mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -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');
|
||||
});
|
||||
|
||||
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 isNotebookTrustedBeforeChange = bookTrustManager.isNotebookTrustedByDefault(notebookUri);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user