aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests
diff options
context:
space:
mode:
authorGravatar Smit Hinsu <hinsu@google.com>2018-10-03 15:48:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-03 15:53:16 -0700
commit0dfde8ab8addef36f90a445f0d604618a199508c (patch)
tree7d4e7f0421406fdc047407846c0ac2af7039b854 /tensorflow/python/kernel_tests
parentd0882f34a46f616b3cf5854ebecef1f21e161ef0 (diff)
Disable norm_op_test and svd_op_test under msan
PiperOrigin-RevId: 215643600
Diffstat (limited to 'tensorflow/python/kernel_tests')
-rw-r--r--tensorflow/python/kernel_tests/BUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD
index c0e9a3c975..9303c70c60 100644
--- a/tensorflow/python/kernel_tests/BUILD
+++ b/tensorflow/python/kernel_tests/BUILD
@@ -2999,7 +2999,10 @@ cuda_py_test(
"//tensorflow/python:math_ops",
],
shard_count = 20,
- tags = ["no_oss"], # b/117185141
+ tags = [
+ "no_oss", # b/117185141.
+ "nomsan", # TODO(b/117236102): Re-enable in msan build.
+ ],
)
cuda_py_test(
@@ -3014,7 +3017,11 @@ cuda_py_test(
"//tensorflow/python:linalg_ops",
],
shard_count = 20,
- tags = ["no_windows_gpu"],
+ # TODO(b/117236102): Re-enable in msan build.
+ tags = [
+ "no_windows_gpu",
+ "nomsan",
+ ],
)
cuda_py_test(