skip the entire notebook test suite so Code isn't even launched

This commit is contained in:
João Moreno 2021-06-15 14:07:35 +02:00 committed by meganrogge
parent 41c7c251ca
commit d47661d453
No known key found for this signature in database
GPG key ID: 3155C8B2F0428C81

View file

@ -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 () {