aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/BUILD
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-07-09 13:48:03 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-09 13:51:16 -0700
commit413254661c6c6f69bf435cf0cf5c5ddba3e49831 (patch)
treebf6e5a831ce89dc70aadbd2f64e35653fe1923e8 /tensorflow/compiler/xla/tests/BUILD
parentd4c3d3f8d7ce94ad7569feead442fa08b6dfe96c (diff)
Disable flaky xla_hlo_profile_test
PiperOrigin-RevId: 203822716
Diffstat (limited to 'tensorflow/compiler/xla/tests/BUILD')
-rw-r--r--tensorflow/compiler/xla/tests/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/tests/BUILD b/tensorflow/compiler/xla/tests/BUILD
index 456a33ad85..3072d7c3e8 100644
--- a/tensorflow/compiler/xla/tests/BUILD
+++ b/tensorflow/compiler/xla/tests/BUILD
@@ -370,6 +370,9 @@ xla_test(
xla_test(
name = "xla_hlo_profile_test",
srcs = ["xla_hlo_profile_test.cc"],
+ tags = [
+ "no_oss",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:shape_util",