Disable kernel_tests:critical_section_test on TSAN.

PiperOrigin-RevId: 358211830
Change-Id: I01278234c47b4ff0785ce19c63f76c529b4cc595
This commit is contained in:
Rick Chao 2021-02-18 10:36:13 -08:00 committed by TensorFlower Gardener
parent 80d634cf4c
commit dd69522498

View File

@ -3841,6 +3841,9 @@ cuda_py_test(
name = "critical_section_test",
size = "medium",
srcs = ["critical_section_test.py"],
tags = [
"notsan", # TODO(b/180454366): Re-enable.
],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",