make schema compare test unstable (#12234)

* make schema compare test unstable

* also make Standalone database context menu test unstable
This commit is contained in:
Kim Santiago
2020-09-11 10:57:48 -07:00
committed by GitHub
parent d1ba3e23f4
commit 8a6c776a5f
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ suite('Object Explorer integration suite', () => {
const expectedActions = ['Manage', 'New Query', 'New Notebook', 'Disconnect', 'Delete Connection', 'Refresh', 'Data-tier Application wizard', 'Launch Profiler'];
await verifyContextMenu(server, expectedActions);
});
test('Standalone database context menu test', async function () {
test('Standalone database context menu test @UNSTABLE@', async function () {
const server = await getStandaloneServer();
let expectedActions: string[] = [];
// Generate Scripts and Properties come from the admin-tool-ext-win extension which is for Windows only, so the item won't show up on non-Win32 platforms