Disable two timeseries tests that are failing in PIP GPU builds
PiperOrigin-RevId: 161105334
This commit is contained in:
parent
2d50faa5d5
commit
2559fda880
@ -32,6 +32,9 @@ py_test(
|
||||
"data/period_trend.csv",
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
tags = [
|
||||
"no_pip_gpu", # b/63391119
|
||||
],
|
||||
deps = [
|
||||
":predict",
|
||||
],
|
||||
|
@ -268,6 +268,9 @@ py_test(
|
||||
"ar_model_test.py",
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
tags = [
|
||||
"no_pip_gpu", # b/63391119
|
||||
],
|
||||
deps = [
|
||||
":ar_model",
|
||||
":estimators",
|
||||
|
Loading…
Reference in New Issue
Block a user