Revert "build: enable shard_count for some jasmine tests that have many specs (#29196)" (#29347)

This reverts commit a5c747f46d.

PR Close #29347
This commit is contained in:
Alex Eagle 2019-03-15 16:06:29 -07:00 committed by Matias Niemelä
parent bf2db12fc9
commit 4d912b6b12
3 changed files with 0 additions and 3 deletions

View File

@ -21,7 +21,6 @@ jasmine_node_test(
data = [ data = [
"//packages/compiler-cli/test/ngtsc/fake_core:npm_package", "//packages/compiler-cli/test/ngtsc/fake_core:npm_package",
], ],
shard_count = 4,
tags = [ tags = [
"ivy-only", "ivy-only",
], ],

View File

@ -23,7 +23,6 @@ jasmine_node_test(
data = [ data = [
"//packages/compiler-cli/test/ngtsc/fake_core:npm_package", "//packages/compiler-cli/test/ngtsc/fake_core:npm_package",
], ],
shard_count = 4,
deps = [ deps = [
":ngtsc_lib", ":ngtsc_lib",
"//tools/testing:node_no_angular", "//tools/testing:node_no_angular",

View File

@ -58,7 +58,6 @@ ts_library(
jasmine_node_test( jasmine_node_test(
name = "test", name = "test",
bootstrap = ["angular/tools/testing/init_node_spec.js"], bootstrap = ["angular/tools/testing/init_node_spec.js"],
shard_count = 4,
deps = [ deps = [
":test_lib", ":test_lib",
":test_node_only_lib", ":test_node_only_lib",