test not running - enable remote check

This commit is contained in:
Sandeep Somavarapu 2021-02-04 13:53:21 +01:00
parent 3c3686e0fb
commit 9572b419cb

View file

@ -13,8 +13,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
|| */!extension // Skip it when extension is not provided to server
|| */!process.env.REMOTE_VSCODE // Skip it when not a remote integration test
|| !extension // Skip it when extension is not provided to server
) {
this.skip();
}