From 5efb2cf918cd60772a2bb380140877ba21514a68 Mon Sep 17 00:00:00 2001 From: Amir Omidi Date: Mon, 21 Oct 2019 19:19:03 -0700 Subject: [PATCH] Add a new unstable test (#7874) --- extensions/integration-tests/src/notebook.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/integration-tests/src/notebook.test.ts b/extensions/integration-tests/src/notebook.test.ts index e3a758b5d1..eb7130bfcb 100644 --- a/extensions/integration-tests/src/notebook.test.ts +++ b/extensions/integration-tests/src/notebook.test.ts @@ -29,11 +29,10 @@ if (context.RunTest) { await (new NotebookTester()).cleanup(this.currentTest.title); }); - test('Sql NB test', async function () { + test('Sql NB test @UNSTABLE@', async function () { await (new NotebookTester()).sqlNbTest(this.test.title); }); - // 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); });