mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
enable the test
This commit is contained in:
@@ -12,8 +12,8 @@ suite('vscode server cli', () => {
|
||||
|
||||
test('extension is installed and enabled when installed by server cli', function () {
|
||||
const extension = process.env.TESTRESOLVER_INSTALL_BUILTIN_EXTENSION;
|
||||
if (/* !process.env.BUILD_SOURCEVERSION // Skip it when running out of sources
|
||||
|| */!process.env.REMOTE_VSCODE // Skip it when not a remote integration test
|
||||
if (!process.env.BUILD_SOURCEVERSION // Skip it when running out of sources
|
||||
|| !process.env.REMOTE_VSCODE // Skip it when not a remote integration test
|
||||
|| !extension // Skip it when extension is not provided to server
|
||||
) {
|
||||
this.skip();
|
||||
|
||||
Reference in New Issue
Block a user