mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 18:48:33 -05:00
Remove azdata extension (#16667)
* Remove azdata extension * skip failing tests * unskip tests * Remove duplicate tests * skip tests
This commit is contained in:
@@ -57,7 +57,7 @@ describe('az', function () {
|
||||
await azTool.postgres.arcserver.show(name, namespace);
|
||||
verifyExecuteCommandCalledWithArgs(['postgres', 'arc-server', 'show', name, '--k8s-namespace', namespace]);
|
||||
});
|
||||
it('edit', async function (): Promise<void> {
|
||||
it.skip('edit', async function (): Promise<void> {
|
||||
const args = {
|
||||
adminPassword: true,
|
||||
coresLimit: 'myCoresLimit',
|
||||
@@ -124,7 +124,7 @@ describe('az', function () {
|
||||
});
|
||||
});
|
||||
|
||||
it('version', async function (): Promise<void> {
|
||||
it.skip('version', async function (): Promise<void> {
|
||||
executeCommandStub.resolves({ stdout: '1.0.0', stderr: '' });
|
||||
await azTool.version();
|
||||
verifyExecuteCommandCalledWithArgs(['--version']);
|
||||
|
||||
Reference in New Issue
Block a user