skip notebook smoke tests for now (#12996)

This commit is contained in:
Chris LaFreniere
2020-10-19 18:43:49 -07:00
committed by GitHub
parent c4f649a849
commit 81122538d2

View File

@@ -6,7 +6,7 @@
import { Application } from '../../../../../automation';
export function setup() {
describe('Notebook', () => {
describe.skip('Notebook', () => {
it('can open new notebook, configure Python, and execute one cell', async function () {