mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Mark test as unstable (#7493)
This commit is contained in:
@@ -27,7 +27,7 @@ if (context.RunTest) {
|
|||||||
test('BDC instance context menu test', async function () {
|
test('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 @UNSTABLE@', async function () {
|
test('Standalone database context menu test @UNSTABLE@', async function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user