From 66092b1cde1aba128b44b3c07ba5f9dcfa7083c0 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Fri, 27 May 2022 15:16:34 +0200 Subject: [PATCH] enable stable smoke tests (#150532) --- test/smoke/src/areas/workbench/data-loss.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/src/areas/workbench/data-loss.test.ts b/test/smoke/src/areas/workbench/data-loss.test.ts index 24939826c43..b08ea31ae5f 100644 --- a/test/smoke/src/areas/workbench/data-loss.test.ts +++ b/test/smoke/src/areas/workbench/data-loss.test.ts @@ -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;