mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 12:57:31 -05:00
skip the entire notebook test suite so Code isn't even launched
This commit is contained in:
@@ -9,7 +9,7 @@ import { Application } from '../../../../automation';
|
||||
import { afterSuite, beforeSuite } from '../../utils';
|
||||
|
||||
export function setup(opts: minimist.ParsedArgs) {
|
||||
describe('Notebooks', () => {
|
||||
describe.skip('Notebooks', () => {
|
||||
beforeSuite(opts);
|
||||
|
||||
afterEach(async function () {
|
||||
|
||||
Reference in New Issue
Block a user