aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-06-13 11:04:48 -0400
committerGravatar Shanqing Cai <cais@google.com>2017-06-13 11:04:48 -0400
commitc3c499f35c6aeb7b54335c100eb70fcc2299e346 (patch)
tree758f80373095a354c78972989ad8d355549f80e3
parentfac9b8830e967bb5dd9adc61f86a9b354c31744d (diff)
Apply correct filter tags to two tests
session_clusterspec_prop_test session_list_devices_test
-rw-r--r--tensorflow/python/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index f8ab41079d..b4b47a00af 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -2990,7 +2990,7 @@ py_test(
srcs = ["client/session_clusterspec_prop_test.py"],
srcs_version = "PY2AND3",
tags = [
- "no_gpu",
+ "no_pip_gpu",
],
deps = [
":array_ops",
@@ -3014,7 +3014,7 @@ py_test(
srcs = ["client/session_list_devices_test.py"],
srcs_version = "PY2AND3",
tags = [
- "no_gpu",
+ "no_pip_gpu",
],
deps = [
":client",