smoke 💄

pull/96662/head^2
Benjamin Pasero 2020-04-30 13:32:27 +02:00
parent 4c0810e4d5
commit 0ac3b1114a
1 changed files with 2 additions and 2 deletions

View File

@ -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);
});
}