aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Revan Sopher <rsopher@google.com>2018-09-28 17:26:51 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-28 17:30:39 -0700
commit737915c01dcab743256df7f7b1ff1545b951252d (patch)
tree47f72a242affef2ee48563dcb561b85e56841a6f
parent47503fdbfa72357e1419972986a4415ab3ad92a6 (diff)
Internal change.
PiperOrigin-RevId: 215021487
-rw-r--r--tensorflow/core/util/tensor_bundle/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/core/util/tensor_bundle/BUILD b/tensorflow/core/util/tensor_bundle/BUILD
index 4d4db86df2..f40ec9b752 100644
--- a/tensorflow/core/util/tensor_bundle/BUILD
+++ b/tensorflow/core/util/tensor_bundle/BUILD
@@ -65,6 +65,10 @@ tf_cc_test(
name = "tensor_bundle_test",
srcs = ["tensor_bundle_test.cc"],
data = glob(["testdata/**"]),
+ tags = [
+ "nomsan",
+ "notsan",
+ ],
deps = [
":tensor_bundle",
"//tensorflow/core:framework",