From b7e5c22c0bedcbb9251f9e3eee5799247c0a39c1 Mon Sep 17 00:00:00 2001 From: Dimitris Vardoulakis Date: Wed, 18 Mar 2020 10:13:20 -0700 Subject: [PATCH] Minor changes to BUILD file related to code coverage. PiperOrigin-RevId: 301613214 Change-Id: I31ed5b19a96f23de1ddad9dd07af3857737634d0 --- tensorflow/compiler/xla/tests/BUILD | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/tensorflow/compiler/xla/tests/BUILD b/tensorflow/compiler/xla/tests/BUILD index d4fba7d28ac..3255aa84685 100644 --- a/tensorflow/compiler/xla/tests/BUILD +++ b/tensorflow/compiler/xla/tests/BUILD @@ -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",