Add a new unstable test (#7874)

This commit is contained in:
Amir Omidi
2019-10-21 19:19:03 -07:00
committed by GitHub
parent 98505110a4
commit 5efb2cf918

View File

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