Mark unstable book test as unstable (#16388)

This commit is contained in:
Chris LaFreniere
2021-07-21 15:18:36 -07:00
committed by GitHub
parent b472539646
commit dd4e87ed41

View File

@@ -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);