mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -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 () {
|
||||
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();
|
||||
});
|
||||
test('Standalone database context menu test', async function () {
|
||||
|
||||
Reference in New Issue
Block a user