提交 7fa114ee 编写于 作者: M Mihai Maruseac

Disable 3 tests which fail on tf 1.12.1.

上级 5b0c5251
......@@ -47,6 +47,9 @@ py_test(
"//tensorflow/python:client_testlib",
"//third_party/py/numpy",
],
tags = [
"no_oss",
],
)
# NOTE: This library can't be "testonly" since it needs to be included in the
......
......@@ -2663,6 +2663,9 @@ cuda_py_test(
"//tensorflow/python:variables",
"//tensorflow/python/eager:context",
],
tags = [
"no_oss",
],
shard_count = 10,
)
......
......@@ -217,7 +217,10 @@ cuda_py_test(
"//tensorflow/python:nn_ops",
"//tensorflow/python:platform_test",
],
tags = ["nomsan"], # disable to avoid false positives from scipy.
tags = [
"nomsan", # disable to avoid false positives from scipy.
"no_oss",
],
)
cuda_py_test(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册