mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -05:00
@@ -30,12 +30,12 @@ if (context.RunTest) {
|
||||
});
|
||||
|
||||
// This test needs to be re-enabled once the SqlClient driver has been updated
|
||||
test.skip('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.skip('Sql NB multiple cells test', async function () {
|
||||
test('Sql NB multiple cells test @UNSTABLE@', async function () {
|
||||
await (new NotebookTester()).sqlNbMultipleCellsTest(this.test.title);
|
||||
});
|
||||
|
||||
@@ -56,7 +56,7 @@ if (context.RunTest) {
|
||||
});
|
||||
|
||||
// TODO: Need to make this test more reliable.
|
||||
test.skip('should not be dirty after saving notebook test', async function () {
|
||||
test('should not be dirty after saving notebook test @UNSTABLE@', async function () {
|
||||
await (new NotebookTester().shouldNotBeDirtyAfterSavingNotebookTest(this.test.title));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user