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
parent 94ff9bf2f5
commit 9d4274bf64
No known key found for this signature in database
GPG key ID: 896B853774D1A575

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