Minor changes to BUILD file related to code coverage.

PiperOrigin-RevId: 301613214
Change-Id: I31ed5b19a96f23de1ddad9dd07af3857737634d0
This commit is contained in:
Dimitris Vardoulakis 2020-03-18 10:13:20 -07:00 committed by TensorFlower Gardener
parent 78c0e5b189
commit b7e5c22c0b

View File

@ -807,6 +807,8 @@ xla_test(
# This is a big test that we skip for capacity reasons in OSS testing.
"no_oss",
"no_pip",
# TODO(b/151340488): Timed out on 2020-03-18.
"nozapfhahn",
],
deps = [
":client_library_test_base",
@ -1099,10 +1101,6 @@ xla_test(
name = "convolution_test",
timeout = "long",
srcs = ["convolution_test.cc"],
backend_tags = {
# TODO(b/151340488): Timed out on 2020-03-12.
"interpreter": ["nozapfhahn"],
},
shard_count = 40,
tags = [
"no_rocm",
@ -1143,8 +1141,6 @@ xla_test(
shard_count = 25,
tags = [
"no_rocm",
# TODO(b/151340488): Timed out on 2020-03-12.
"nozapfhahn",
],
deps = CONVOLUTION_TEST_DEPS + [
"@com_google_absl//absl/memory",
@ -1500,10 +1496,6 @@ xla_test(
name = "select_and_scatter_test",
timeout = "long",
srcs = ["select_and_scatter_test.cc"],
backend_tags = {
# TODO(b/151340488): Timed out on 2020-03-12.
"interpreter": ["nozapfhahn"],
},
tags = [
"no_rocm",
"optonly",