enable the test

This commit is contained in:
Sandeep Somavarapu 2021-02-04 13:58:20 +01:00
parent 9572b419cb
commit d4b65868f2
2 changed files with 3 additions and 3 deletions

View file

@ -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();

View file

@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.54.0",
"distro": "8ba050391ad5fb04749e9ae6603e96b5747ad7ca",
"distro": "73057c8d095338b2ae400f4678ad345a9af0c5dd",
"author": {
"name": "Microsoft Corporation"
},