aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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",