Revert "Move Notebook tests back to stable" (#7755)

* Revert "Move Notebook tests back to stable (#7749)"

This reverts commit 5d4da455bd.

* Update notebook.test.ts

* Update notebook.test.ts
This commit is contained in:
Amir Omidi
2019-10-17 11:30:58 -07:00
committed by Elliot Boschwitz
parent de5fd11155
commit fa1d5cc49d

View File

@@ -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);
});