From 81122538d2d67a06cde8a23c61016dca26249a88 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Mon, 19 Oct 2020 18:43:49 -0700 Subject: [PATCH] skip notebook smoke tests for now (#12996) --- test/smoke/src/sql/areas/notebook/notebook.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/src/sql/areas/notebook/notebook.test.ts b/test/smoke/src/sql/areas/notebook/notebook.test.ts index 3f88f521ad..4c5d3529e7 100644 --- a/test/smoke/src/sql/areas/notebook/notebook.test.ts +++ b/test/smoke/src/sql/areas/notebook/notebook.test.ts @@ -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 () {