Revert "Skip costly tests" (#35197)

* Revert "Skip costly tests"

* fix package.json format
This commit is contained in:
Nathan Shively-Sanders
2019-11-19 12:59:09 -08:00
committed by GitHub
parent af0d5d33b6
commit 0bbeab6e61
8 changed files with 5 additions and 147 deletions

View File

@@ -477,7 +477,6 @@ task("runtests-parallel").flags = {
" --workers=<number>": "The number of parallel workers to use.",
" --timeout=<ms>": "Overrides the default test timeout.",
" --built": "Compile using the built version of the compiler.",
" --skipPercent=<number>": "Skip expensive tests with <percent> chance to miss an edit. Default 5%.",
" --shards": "Total number of shards running tests (default: 1)",
" --shardId": "1-based ID of this shard (default: 1)",
};