mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
enable stable smoke tests (#150532)
This commit is contained in:
@@ -127,7 +127,7 @@ export function setup(ensureStableCode: () => string | undefined, logger: Logger
|
||||
}
|
||||
});
|
||||
|
||||
describe.skip('Data Loss (stable -> insiders)', () => { //TODO@bpasero enable again once we shipped 1.67.x
|
||||
describe('Data Loss (stable -> insiders)', () => {
|
||||
|
||||
let insidersApp: Application | undefined = undefined;
|
||||
let stableApp: Application | undefined = undefined;
|
||||
|
||||
Reference in New Issue
Block a user