enable stable smoke tests (#150532)

This commit is contained in:
Benjamin Pasero 2022-05-27 15:16:34 +02:00 committed by GitHub
parent 6682d2f3fd
commit 66092b1cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;