mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Disable dacpac integration tests (#13961)
This commit is contained in:
@@ -25,7 +25,7 @@ suite('Dacpac integration test suite @DacFx@', () => {
|
|||||||
console.log(`Start dacpac tests`);
|
console.log(`Start dacpac tests`);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('Deploy and extract dacpac', async function () {
|
test('Deploy and extract dacpac @UNSTABLE@', async function () {
|
||||||
this.timeout(5 * 60 * 1000);
|
this.timeout(5 * 60 * 1000);
|
||||||
const server = await getStandaloneServer();
|
const server = await getStandaloneServer();
|
||||||
const connectionId = await utils.connectToServer(server);
|
const connectionId = await utils.connectToServer(server);
|
||||||
@@ -71,7 +71,7 @@ suite('Dacpac integration test suite @DacFx@', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const bacpac1: string = path.join(__dirname, '..', '..', 'testData', 'Database1.bacpac');
|
const bacpac1: string = path.join(__dirname, '..', '..', 'testData', 'Database1.bacpac');
|
||||||
test('Import and export bacpac', async function () {
|
test('Import and export bacpac @UNSTABLE@', async function () {
|
||||||
this.timeout(5 * 60 * 1000);
|
this.timeout(5 * 60 * 1000);
|
||||||
const server = await getStandaloneServer();
|
const server = await getStandaloneServer();
|
||||||
await utils.connectToServer(server);
|
await utils.connectToServer(server);
|
||||||
|
|||||||
Reference in New Issue
Block a user