projects
/
platform
/
upstream
/
tensorflow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe613b0
)
Removing dnn_linear_combined_test from msan testing.
author
Amit Patankar
<amitpatankar@google.com>
Tue, 9 Jan 2018 19:34:52 +0000
(11:34 -0800)
committer
TensorFlower Gardener
<gardener@tensorflow.org>
Tue, 9 Jan 2018 19:43:09 +0000
(11:43 -0800)
PiperOrigin-RevId:
181349010
tensorflow/contrib/learn/BUILD
patch
|
blob
|
history
diff --git
a/tensorflow/contrib/learn/BUILD
b/tensorflow/contrib/learn/BUILD
index 5df2c77249b81434125d838f896f0ace2a5ee130..543613d715024de0d73721fa179571492c3b3fe0 100644
(file)
--- a/
tensorflow/contrib/learn/BUILD
+++ b/
tensorflow/contrib/learn/BUILD
@@
-345,7
+345,10
@@
py_test(
srcs = ["python/learn/estimators/dnn_linear_combined_test.py"],
shard_count = 4,
srcs_version = "PY2AND3",
- tags = ["no_oss"], # flaky b/70524820
+ tags = [
+ "no_oss",
+ "nomsan", # flaky b/70524820
+ ],
deps = [
":learn",
"//tensorflow/contrib/layers:layers_py",