Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-web-integration.sh')
-rwxr-xr-xscripts/test-web-integration.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/test-web-integration.sh b/scripts/test-web-integration.sh
index 8f05929fdc4..4246cdc6ac1 100755
--- a/scripts/test-web-integration.sh
+++ b/scripts/test-web-integration.sh
@@ -19,13 +19,13 @@ else
# Run from a built: need to compile all test extensions
# because we run extension tests from their source folders
# and the build bundles extensions into .build webpacked
- yarn gulp compile-extension:vscode-api-tests \
- compile-extension:markdown-language-features \
- compile-extension:typescript-language-features \
- compile-extension:emmet \
- compile-extension:git \
- compile-extension:ipynb \
- compile-extension-media
+ # yarn gulp compile-extension:vscode-api-tests \
+ # compile-extension:markdown-language-features \
+ # compile-extension:typescript-language-features \
+ # compile-extension:emmet \
+ # compile-extension:git \
+ # compile-extension:ipynb \
+ # compile-extension-media
fi
if [ ! -e 'test/integration/browser/out/index.js' ];then