Mark test as unstable (#7493)

This commit is contained in:
Amir Omidi
2019-10-03 12:56:42 -07:00
committed by GitHub
parent d2e4e94aec
commit 37f651fe08

View File

@@ -27,7 +27,7 @@ if (context.RunTest) {
test('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 @UNSTABLE@', async function () {