Disable two tests which are failing in OSS.

PiperOrigin-RevId: 294647335
Change-Id: Ieb55fc19eed4b286f1497a2150ea4da03e624d4d
This commit is contained in:
Adrian Kuegel 2020-02-12 05:41:04 -08:00 committed by TensorFlower Gardener
parent d08a3cdb16
commit dc5443ca68

View File

@ -167,6 +167,7 @@ tf_xla_py_test(
python_version = "PY3",
shard_count = 5,
tags = [
"no_oss", # TODO(b/148108508): Re-enable this test in OSS.
"optonly", # Times out frequently in fastbuild mode.
],
deps = [
@ -1520,7 +1521,10 @@ tf_xla_py_test(
srcs = ["conv_node_name_test.py"],
python_version = "PY3",
shard_count = 5,
tags = ["no_rocm"],
tags = [
"no_oss", # TODO(b/148108508): Re-enable this test in OSS.
"no_rocm",
],
deps = [
":xla_test",
"//tensorflow/python:array_ops",