From dd4e87ed410ea35e84fc203ba2924ac72a5bc111 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Wed, 21 Jul 2021 15:18:36 -0700 Subject: [PATCH] Mark unstable book test as unstable (#16388) --- extensions/notebook/src/test/book/bookTrustManager.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/notebook/src/test/book/bookTrustManager.test.ts b/extensions/notebook/src/test/book/bookTrustManager.test.ts index 67ab7d24a0..34301be3f4 100644 --- a/extensions/notebook/src/test/book/bookTrustManager.test.ts +++ b/extensions/notebook/src/test/book/bookTrustManager.test.ts @@ -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);