mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 01:25:38 -05:00
@@ -21,7 +21,7 @@ if (context.RunTest) {
|
||||
test('Standalone instance node label test', async function () {
|
||||
return await (new ObjectExplorerTester()).standaloneNodeLabelTest();
|
||||
});
|
||||
test.skip('Azure SQL DB instance node label test', async function () {
|
||||
test('Azure SQL DB instance node label test @UNSTABLE@', async function () {
|
||||
return await (new ObjectExplorerTester()).sqlDbNodeLabelTest();
|
||||
});
|
||||
test('BDC instance context menu test', async function () {
|
||||
@@ -30,7 +30,7 @@ if (context.RunTest) {
|
||||
test('Azure SQL DB context menu test', async function () {
|
||||
return await (new ObjectExplorerTester()).sqlDbContextMenuTest();
|
||||
});
|
||||
test.skip('Standalone database context menu test', async function () {
|
||||
test('Standalone database context menu test @UNSTABLE@', async function () {
|
||||
return await (new ObjectExplorerTester()).standaloneContextMenuTest();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user