mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 17:23:56 -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`);
|
||||
});
|
||||
|
||||
test('Deploy and extract dacpac', async function () {
|
||||
test('Deploy and extract dacpac @UNSTABLE@', async function () {
|
||||
this.timeout(5 * 60 * 1000);
|
||||
const server = await getStandaloneServer();
|
||||
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');
|
||||
test('Import and export bacpac', async function () {
|
||||
test('Import and export bacpac @UNSTABLE@', async function () {
|
||||
this.timeout(5 * 60 * 1000);
|
||||
const server = await getStandaloneServer();
|
||||
await utils.connectToServer(server);
|
||||
|
||||
Reference in New Issue
Block a user