Disable notebook smoke tests again (#160942)

#140575
This commit is contained in:
Rob Lourens 2022-09-14 17:09:05 -05:00 committed by GitHub
parent 88a2fd7239
commit 39d13fed77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ import { Application, Logger } from '../../../../automation';
import { installAllHandlers } from '../../utils';
export function setup(logger: Logger) {
describe('Notebooks', () => {
describe.skip('Notebooks', () => { // https://github.com/microsoft/vscode/issues/140575
// Shared before/after handling
installAllHandlers(logger);