mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Skip failing tests due to sqlclient issues (#7346)
This commit is contained in:
@@ -29,11 +29,13 @@ if (context.RunTest) {
|
|||||||
await (new NotebookTester()).cleanup(this.currentTest.title);
|
await (new NotebookTester()).cleanup(this.currentTest.title);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('Sql NB test', async function () {
|
// This test needs to be re-enabled once the SqlClient driver has been updated
|
||||||
|
test.skip('Sql NB test', async function () {
|
||||||
await (new NotebookTester()).sqlNbTest(this.test.title);
|
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.skip('Sql NB multiple cells test', async function () {
|
||||||
await (new NotebookTester()).sqlNbMultipleCellsTest(this.test.title);
|
await (new NotebookTester()).sqlNbMultipleCellsTest(this.test.title);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user