mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 09:35:41 -05:00
Skip failing smoke tests (#20331)
This commit is contained in:
@@ -16,7 +16,7 @@ const CreateBookCommand = 'Jupyter Books: Create Jupyter Book';
|
||||
const bookName = 'my-book';
|
||||
|
||||
export function setup(opts: minimist.ParsedArgs) {
|
||||
describe('CreateBookDialog', () => {
|
||||
describe.skip('CreateBookDialog', () => {
|
||||
beforeSuite(opts);
|
||||
afterSuite(opts);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user