Skip to content

Commit

Permalink
Disable notebook smoke tests again (#160942)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Sep 14, 2022
1 parent 88a2fd7 commit 39d13fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/areas/notebook/notebook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 39d13fe

Please sign in to comment.