diff --git a/test/smoke/src/main.ts b/test/smoke/src/main.ts index cb766576d17..7f6eb22d6e5 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); }); }