aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Yifei Feng <1192265+yifeif@users.noreply.github.com>2018-03-09 11:26:43 -0800
committerGravatar GitHub <noreply@github.com>2018-03-09 11:26:43 -0800
commitb4015cb39205df50eea4900a7b2d41e90999602c (patch)
treecd1c0767c5ecda457c618cc52c341a49f446c790
parent5b3b1b2f1a488e755a0164a67bf1dc63b2259518 (diff)
parent41b5fd15e72756dd6ee3a3395db306f107f1e628 (diff)
Merge pull request #17599 from tensorflow/yifeif-patch-3
Disable tensorflow/contrib/learn:monitors_test for pip gpu
-rw-r--r--tensorflow/contrib/learn/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/learn/BUILD b/tensorflow/contrib/learn/BUILD
index 895f70eecf..cc69678a2d 100644
--- a/tensorflow/contrib/learn/BUILD
+++ b/tensorflow/contrib/learn/BUILD
@@ -227,6 +227,7 @@ py_test(
size = "small",
srcs = ["python/learn/monitors_test.py"],
srcs_version = "PY2AND3",
+ tags = ["no_pip_gpu"], # b/74437598
deps = [
":learn",
"//tensorflow/contrib/framework:framework_py",