aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn
diff options
context:
space:
mode:
authorGravatar Olivia Nordquist <nolivia@google.com>2018-09-07 14:40:21 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-07 14:44:57 -0700
commite421c553ea533c508c7fa117d65a4d92d2146e99 (patch)
tree8a67bbf2d10ec1c8435f4b4e8652fe2427ba1dcc /tensorflow/contrib/rnn
parent72bbefcf1f80cd64cf873b69953a90657dabab18 (diff)
disabling asan in 2 additional test that have been failing
PiperOrigin-RevId: 212038355
Diffstat (limited to 'tensorflow/contrib/rnn')
-rw-r--r--tensorflow/contrib/rnn/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/contrib/rnn/BUILD b/tensorflow/contrib/rnn/BUILD
index 710e954965..4e67d80558 100644
--- a/tensorflow/contrib/rnn/BUILD
+++ b/tensorflow/contrib/rnn/BUILD
@@ -291,6 +291,7 @@ tf_cc_test(
size = "small",
srcs = ["ops/gru_ops_test.cc"],
data = [":python/ops/_gru_ops.so"],
+ tags = ["noasan"],
# We must ensure that the dependencies can be dynamically linked since
# the shared library must be able to use core:framework.
# linkstatic = tf_kernel_tests_linkstatic(),
@@ -310,6 +311,7 @@ tf_cc_test(
size = "small",
srcs = ["ops/lstm_ops_test.cc"],
data = [":python/ops/_lstm_ops.so"],
+ tags = ["noasan"],
# We must ensure that the dependencies can be dynamically linked since
# the shared library must be able to use core:framework.
# linkstatic = tf_kernel_tests_linkstatic(),