Disable more timeseries py tests failing in OSS PIP GPU builds

PiperOrigin-RevId: 161124799
This commit is contained in:
Shanqing Cai 2017-07-06 13:46:19 -07:00 committed by TensorFlower Gardener
parent 0b5cce367c
commit 2caec3af18
2 changed files with 27 additions and 0 deletions

View File

@ -62,6 +62,9 @@ py_test(
"known_anomaly_test.py",
],
srcs_version = "PY2AND3",
tags = [
"no_pip_gpu", # b/63391119
],
deps = [
":known_anomaly",
],
@ -90,6 +93,9 @@ py_test(
"multivariate_test.py",
],
srcs_version = "PY2AND3",
tags = [
"no_pip_gpu", # b/63391119
],
deps = [
":multivariate",
],

View File

@ -60,6 +60,9 @@ tf_py_test(
"//tensorflow/python:variable_scope",
"//tensorflow/python:variables",
],
tags = [
"no_pip_gpu", # b/63391119
],
)
py_library(
@ -95,6 +98,9 @@ tf_py_test(
"//tensorflow/python:dtypes",
"//tensorflow/python:math_ops",
],
tags = [
"no_pip_gpu", # b/63391119
],
)
py_library(
@ -129,6 +135,9 @@ tf_py_test(
"//tensorflow/python:client_testlib",
"//tensorflow/python:dtypes",
],
tags = [
"no_pip_gpu", # b/63391119
],
)
py_library(
@ -159,6 +168,9 @@ tf_py_test(
"//tensorflow/python:client_testlib",
"//tensorflow/python:dtypes",
],
tags = [
"no_pip_gpu", # b/63391119
],
)
py_library(
@ -193,6 +205,9 @@ tf_py_test(
"//tensorflow/python:dtypes",
"//tensorflow/python:framework_ops",
],
tags = [
"no_pip_gpu", # b/63391119
],
)
py_library(
@ -228,6 +243,9 @@ tf_py_test(
"//tensorflow/python:variables",
"//tensorflow/python/estimator:estimator_py",
],
tags = [
"no_pip_gpu", # b/63391119
],
)
py_library(
@ -258,6 +276,9 @@ tf_py_test(
"//tensorflow/python:constant_op",
"//tensorflow/python:dtypes",
],
tags = [
"no_pip_gpu", # b/63391119
],
)
py_library(