Disable the thread sanitizer for some tests until they get fixed.
PiperOrigin-RevId: 302036289 Change-Id: Ib24ae9ad19048dd9b37871efa8d3a6ab32579326
This commit is contained in:
parent
b57d910db5
commit
b7855c7098
@ -346,8 +346,6 @@ tf_xla_py_test(
|
||||
python_version = "PY3",
|
||||
tags = [
|
||||
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
|
||||
# TODO(b/151948649): Fails on 2020-03-19.
|
||||
"notsan",
|
||||
],
|
||||
deps = [
|
||||
":xla_test",
|
||||
@ -914,8 +912,6 @@ tf_xla_py_test(
|
||||
shard_count = 10,
|
||||
tags = [
|
||||
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
|
||||
# TODO(b/151948649): Fails on 2020-03-19.
|
||||
"notsan",
|
||||
],
|
||||
deps = [
|
||||
":xla_test",
|
||||
@ -1552,8 +1548,6 @@ cuda_py_test(
|
||||
tags = [
|
||||
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
|
||||
"no_rocm",
|
||||
# TODO(b/151948649): Fails on 2020-03-19.
|
||||
"notsan",
|
||||
],
|
||||
xla_enable_strict_auto_jit = False,
|
||||
xla_enabled = True,
|
||||
@ -1579,8 +1573,6 @@ cuda_py_test(
|
||||
tags = [
|
||||
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
|
||||
"no_rocm",
|
||||
# TODO(b/151948649): Fails on 2020-03-19.
|
||||
"notsan",
|
||||
],
|
||||
xla_enable_strict_auto_jit = False,
|
||||
xla_enabled = True,
|
||||
@ -1772,8 +1764,6 @@ tf_xla_py_test(
|
||||
python_version = "PY3",
|
||||
tags = [
|
||||
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
|
||||
# TODO(b/151948649): Fails on 2020-03-19.
|
||||
"notsan",
|
||||
],
|
||||
deps = [
|
||||
":xla_test",
|
||||
|
@ -58,10 +58,6 @@ tf_cc_test(
|
||||
"--xla_test_device=XLA_CPU",
|
||||
"--xla_platform=CPU",
|
||||
],
|
||||
tags = [
|
||||
# TODO(b/151948649): Fails on 2020-03-19.
|
||||
"notsan",
|
||||
],
|
||||
deps = [
|
||||
":raw_api_test_lib",
|
||||
"//tensorflow/compiler/jit:xla_cpu_device",
|
||||
|
Loading…
Reference in New Issue
Block a user