mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Removes vscode download for smoke tests (#19795)
* Commenting out for now, but will delete in next commit * Adds SQL carbon edit markers * Uses multiline comments * Formats file * Code review changes * Edit comment moved to same line * Add ts-ignore directive to unused method
This commit is contained in:
@@ -238,6 +238,7 @@ async function setupRepository(): Promise<void> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @ts-ignore ts6133 {{SQL CARBON EDIT}} Not used (see below)
|
||||||
async function ensureStableCode(): Promise<void> {
|
async function ensureStableCode(): Promise<void> {
|
||||||
if (opts.web || !opts['build']) {
|
if (opts.web || !opts['build']) {
|
||||||
return;
|
return;
|
||||||
@@ -290,7 +291,7 @@ async function setup(): Promise<void> {
|
|||||||
console.log('*** Test data:', testDataPath);
|
console.log('*** Test data:', testDataPath);
|
||||||
console.log('*** Preparing smoketest setup...');
|
console.log('*** Preparing smoketest setup...');
|
||||||
|
|
||||||
await ensureStableCode();
|
// await ensureStableCode(); {{SQL CARBON EDIT}} Smoketests no longer need to download VS Code since they run against ADS
|
||||||
await setupRepository();
|
await setupRepository();
|
||||||
|
|
||||||
console.log('*** Smoketest setup done!\n');
|
console.log('*** Smoketest setup done!\n');
|
||||||
|
|||||||
Reference in New Issue
Block a user