mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
mark as test as unstable (#9426)
This commit is contained in:
@@ -25,7 +25,7 @@ if (isTestSetupCompleted()) {
|
|||||||
test.skip('BDC instance context menu test', async function () {
|
test.skip('BDC instance context menu test', async function () {
|
||||||
return await (new ObjectExplorerTester()).bdcContextMenuTest();
|
return await (new ObjectExplorerTester()).bdcContextMenuTest();
|
||||||
});
|
});
|
||||||
test('Azure SQL DB context menu test', async function () {
|
test('Azure SQL DB context menu test @UNSTABLE@', async function () {
|
||||||
return await (new ObjectExplorerTester()).sqlDbContextMenuTest();
|
return await (new ObjectExplorerTester()).sqlDbContextMenuTest();
|
||||||
});
|
});
|
||||||
test('Standalone database context menu test', async function () {
|
test('Standalone database context menu test', async function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user