mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
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:
committed by
Elliot Boschwitz
parent
de5fd11155
commit
fa1d5cc49d
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user