smoke 💄

This commit is contained in:
Benjamin Pasero 2020-04-30 13:32:27 +02:00
parent 4c0810e4d5
commit 0ac3b1114a

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