From 0ac3b1114a23513ed45f0fcfec01290585813b8d Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Thu, 30 Apr 2020 13:32:27 +0200 Subject: [PATCH] smoke :lipstick: --- test/smoke/src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }); }