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

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