diff --git a/scripts/test.sh b/scripts/test.sh index 256febee48a..657ee699481 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -19,6 +19,6 @@ else fi # Integration Tests -if [[ "$SKIP_INTEGRATION_TESTS" == "" ]]; then - ./scripts/code.sh $ROOT/extensions/vscode-api-tests/testWorkspace --extensionDevelopmentPath=$ROOT/extensions/vscode-api-tests --extensionTestsPath=$ROOT/extensions/vscode-api-tests/out -fi \ No newline at end of file +# if [[ "$SKIP_INTEGRATION_TESTS" == "" ]]; then +# ./scripts/code.sh $ROOT/extensions/vscode-api-tests/testWorkspace --extensionDevelopmentPath=$ROOT/extensions/vscode-api-tests --extensionTestsPath=$ROOT/extensions/vscode-api-tests/out +# fi \ No newline at end of file