Disable a few failing tests on py3.8 version

PiperOrigin-RevId: 338381183
Change-Id: I95b58ff09033376936e05364c6ec35ec38389ea0
This commit is contained in:
A. Unique TensorFlower 2020-10-21 18:29:30 -07:00 committed by TensorFlower Gardener
parent eccaaff6d8
commit 4e1e1499fe
4 changed files with 4 additions and 0 deletions
tensorflow/python
distribute
BUILD
coordinator
keras/distribute
kernel_tests

View File

@ -1692,6 +1692,7 @@ py_test(
srcs = ["multi_process_runner_test.py"],
python_version = "PY3",
shard_count = 12,
tags = ["no_oss_py38"], #TODO(b/171435331)
deps = [
":multi_process_runner",
":multi_worker_test_base",

View File

@ -71,6 +71,7 @@ tf_py_test(
python_version = "PY3",
shard_count = 5,
tags = [
"no_oss_py38", # TODO(b/171435331)
"notsan", # TODO(b/171406091)
],
deps = [

View File

@ -734,6 +734,7 @@ py_test(
srcs = ["multi_worker_callback_tf2_test.py"],
python_version = "PY3",
shard_count = 5,
tags = ["no_oss_py38"], #TODO(b/171435331)
deps = [
"//tensorflow/python/distribute:collective_all_reduce_strategy",
"//tensorflow/python/distribute:combinations",

View File

@ -314,6 +314,7 @@ tf_py_test(
srcs = ["collective_ops_multi_worker_test.py"],
python_version = "PY3",
tags = [
"no_oss_py38", #TODO(b/171435331)
"no_rocm",
"notsan", # TODO(b/171435192)
],