From fa1d5cc49d9473b031a828afda3bf02e1a418377 Mon Sep 17 00:00:00 2001 From: Amir Omidi Date: Thu, 17 Oct 2019 11:30:58 -0700 Subject: [PATCH] Revert "Move Notebook tests back to stable" (#7755) * Revert "Move Notebook tests back to stable (#7749)" This reverts commit 5d4da455bd168271f67e7fd59b7a86e7478d67c3. * Update notebook.test.ts * Update notebook.test.ts --- extensions/integration-tests/src/notebook.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/integration-tests/src/notebook.test.ts b/extensions/integration-tests/src/notebook.test.ts index cb394ac628..e3a758b5d1 100644 --- a/extensions/integration-tests/src/notebook.test.ts +++ b/extensions/integration-tests/src/notebook.test.ts @@ -33,7 +33,8 @@ if (context.RunTest) { await (new NotebookTester()).sqlNbTest(this.test.title); }); - test('Sql NB multiple cells test', async function () { + // This test needs to be re-enabled once the SqlClient driver has been updated + test('Sql NB multiple cells test @UNSTABLE@', async function () { await (new NotebookTester()).sqlNbMultipleCellsTest(this.test.title); });