Skip to content

Commit c96d0c0

Browse files
authored
Data Loss (stable -> insiders) smoke test fail (fix microsoft#189192) (microsoft#189457)
* skip failing smoke test * only macos
1 parent 8364f76 commit c96d0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke/src/areas/workbench/data-loss.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export function setup(ensureStableCode: () => string | undefined, logger: Logger
133133
}
134134
});
135135

136-
describe('Data Loss (stable -> insiders)', function () {
136+
(process.platform === 'darwin' ? describe.skip : describe)('Data Loss (stable -> insiders)', function () {
137137

138138
// Double the timeout since these tests involve 2 startups
139139
this.timeout(4 * 60 * 1000);

0 commit comments

Comments
 (0)