mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Move Notebook tests back to stable (#7749)
* SqlClient fix is in so these should be stable again * removed comments
This commit is contained in:
committed by
Elliot Boschwitz
parent
0b039830ea
commit
5d4da455bd
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user