From 8727a8e97ab12f1892702e2ab551f376aab1c33b Mon Sep 17 00:00:00 2001 From: Lucy Zhang Date: Fri, 19 Feb 2021 10:27:17 -0800 Subject: [PATCH] disable nb smoke tests (#14365) --- 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 cd174d1879..69d3be7438 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 () { const app = this.app as Application;