Disable two timeseries tests that are failing in PIP GPU builds

PiperOrigin-RevId: 161105334
This commit is contained in:
Shanqing Cai 2017-07-06 11:22:33 -07:00 committed by TensorFlower Gardener
parent 2d50faa5d5
commit 2559fda880
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@ py_test(
"data/period_trend.csv", "data/period_trend.csv",
], ],
srcs_version = "PY2AND3", srcs_version = "PY2AND3",
tags = [
"no_pip_gpu", # b/63391119
],
deps = [ deps = [
":predict", ":predict",
], ],

View File

@ -268,6 +268,9 @@ py_test(
"ar_model_test.py", "ar_model_test.py",
], ],
srcs_version = "PY2AND3", srcs_version = "PY2AND3",
tags = [
"no_pip_gpu", # b/63391119
],
deps = [ deps = [
":ar_model", ":ar_model",
":estimators", ":estimators",