Disable a few failing tests on py3.8 version
PiperOrigin-RevId: 338381183 Change-Id: I95b58ff09033376936e05364c6ec35ec38389ea0
This commit is contained in:
parent
eccaaff6d8
commit
4e1e1499fe
@ -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",
|
||||
|
@ -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 = [
|
||||
|
@ -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",
|
||||
|
@ -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)
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user