mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 01:32:34 -05:00
make schema compare test unstable (#12234)
* make schema compare test unstable * also make Standalone database context menu test unstable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user