mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 17:23:25 -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');
|
||||
test('Import and export bacpac', async function () {
|
||||
test('Import and export bacpac @UNSTABLE@', async function () {
|
||||
const server = await getStandaloneServer();
|
||||
await utils.connectToServer(server);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user