Move Notebook tests back to stable (#7749)

* SqlClient fix is in so these should be stable again

* removed comments
This commit is contained in:
Charles Gagnon
2019-10-16 16:44:36 -07:00
committed by Elliot Boschwitz
parent 0b039830ea
commit 5d4da455bd

View File

@@ -29,13 +29,11 @@ if (context.RunTest) {
await (new NotebookTester()).cleanup(this.currentTest.title);
});
// This test needs to be re-enabled once the SqlClient driver has been updated
test('Sql NB test @UNSTABLE@', async function () {
test('Sql NB test', 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 () {
test('Sql NB multiple cells test', async function () {
await (new NotebookTester()).sqlNbMultipleCellsTest(this.test.title);
});