Skip to content

Commit

Permalink
Turn off Notebook Trust test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtram committed Jun 29, 2023
1 parent 1652221 commit 83de6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/notebook/src/test/book/bookTrustManager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import * as vscode from 'vscode';
import { BookModel } from '../../book/bookModel';
import * as sinon from 'sinon';

describe('BookTrustManagerTests', function () {
// {{SQL CARBON TODO}} - reenable this test suite https://github.com/microsoft/azuredatastudio/issues/23540
describe.skip('BookTrustManagerTests', function () {

describe('TrustingInWorkspaces', () => {
let bookTrustManager: IBookTrustManager;
Expand Down

0 comments on commit 83de6a3

Please sign in to comment.