diff --git a/test/smoke/src/main.ts b/test/smoke/src/main.ts index cb766576d17a524e76e1551d3b298c2da222c856..7f6eb22d6e556812c7b52bfff6eabb01300037d4 100644 --- a/test/smoke/src/main.ts +++ b/test/smoke/src/main.ts @@ -287,8 +287,8 @@ describe(`VSCode Smoke Tests (${opts.web ? 'Web' : 'Electron'})`, () => { }); } - if (!opts.web) { - describe(`Data Migration: This test MUST run before releasing by providing the --stable-build command line argument`, () => { + if (!opts.web && opts['stable-build']) { + describe(`Stable vs Insiders Smoke Tests: This test MUST run before releasing by providing the --stable-build command line argument`, () => { setupDataMigrationTests(opts['stable-build'], testDataPath); }); }