mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -05:00
check setting directly to avoid value reset (#8583)
This commit is contained in:
@@ -4,12 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as testRunner from 'vscode/lib/testrunner';
|
||||
import * as vscode from 'vscode';
|
||||
|
||||
import { SuiteType, getSuiteType } from 'adstest';
|
||||
|
||||
import { context } from './testContext';
|
||||
|
||||
import * as path from 'path';
|
||||
|
||||
const suite = getSuiteType();
|
||||
@@ -62,10 +57,6 @@ if (process.env.BUILD_ARTIFACTSTAGINGDIRECTORY) {
|
||||
};
|
||||
}
|
||||
|
||||
if (!vscode.workspace.getConfiguration('test')['testSetupCompleted']) {
|
||||
context.RunTest = false;
|
||||
}
|
||||
|
||||
testRunner.configure(options);
|
||||
|
||||
export = testRunner;
|
||||
|
||||
Reference in New Issue
Block a user