提交 0ac3b111 编写于 作者: B Benjamin Pasero

smoke 💄

上级 4c0810e4
...@@ -287,8 +287,8 @@ describe(`VSCode Smoke Tests (${opts.web ? 'Web' : 'Electron'})`, () => { ...@@ -287,8 +287,8 @@ describe(`VSCode Smoke Tests (${opts.web ? 'Web' : 'Electron'})`, () => {
}); });
} }
if (!opts.web) { if (!opts.web && opts['stable-build']) {
describe(`Data Migration: This test MUST run before releasing by providing the --stable-build command line argument`, () => { 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); setupDataMigrationTests(opts['stable-build'], testDataPath);
}); });
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册