mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
remove duplicate code (#20664)
* remove dupe code * fix step name * fix errors * comment out arc * fix timeout issue * fix typo * update name
This commit is contained in:
@@ -53,13 +53,6 @@ else {
|
||||
console.log(`Running unit tests with '${process.env.INTEGRATION_TEST_ELECTRON_PATH}' as build.`);
|
||||
}
|
||||
|
||||
if (!process.env.ADS_TEST_GREP) {
|
||||
console.log('Running stable tests only');
|
||||
|
||||
process.env.ADS_TEST_GREP = '@UNSTABLE@';
|
||||
process.env.ADS_TEST_INVERT_GREP = 1;
|
||||
}
|
||||
|
||||
// execute tests
|
||||
|
||||
for (const ext of argv.extensions) {
|
||||
|
||||
Reference in New Issue
Block a user