mark as test as unstable (#9426)

This commit is contained in:
Alan Ren
2020-03-03 10:47:47 -08:00
committed by GitHub
parent 9293d3654c
commit ff0992510b

View File

@@ -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 () {