mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
marking intermittent test failure as unstable (#12402)
This commit is contained in:
@@ -69,7 +69,7 @@ suite('Dacpac integration test suite', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
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 () {
|
||||||
const server = await getStandaloneServer();
|
const server = await getStandaloneServer();
|
||||||
await utils.connectToServer(server);
|
await utils.connectToServer(server);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user