Unstable tests (#7487)

Setup unstable tests
This commit is contained in:
Amir Omidi
2019-10-02 22:01:17 -07:00
committed by GitHub
parent 575d1c8543
commit 6582debd73
10 changed files with 55 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ if (context.RunTest) {
test('Standalone instance node label test', async function () {
return await (new ObjectExplorerTester()).standaloneNodeLabelTest();
});
test.skip('Azure SQL DB instance node label test', async function () {
test('Azure SQL DB instance node label test @UNSTABLE@', async function () {
return await (new ObjectExplorerTester()).sqlDbNodeLabelTest();
});
test('BDC instance context menu test', async function () {
@@ -30,7 +30,7 @@ if (context.RunTest) {
test('Azure SQL DB context menu test', async function () {
return await (new ObjectExplorerTester()).sqlDbContextMenuTest();
});
test.skip('Standalone database context menu test', async function () {
test('Standalone database context menu test @UNSTABLE@', async function () {
return await (new ObjectExplorerTester()).standaloneContextMenuTest();
});
});