Disable tsan on InterpreterFlexTest and SelectiveBuiltInterpreterFlexTest

PiperOrigin-RevId: 317231748
Change-Id: I7ab662fd55024c0ed91bd78bfdc8e9206d78b3b6
This commit is contained in:
Thai Nguyen 2020-06-18 19:32:16 -07:00 committed by TensorFlower Gardener
parent 9c4b749b09
commit 64f7bdd56a
2 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,7 @@ java_test(
"no_oss", # Currently requires --config=monolithic, b/118895218.
# TODO(b/121204962): Re-enable test after fixing memory leaks.
"noasan",
"notsan", # TODO(b/158651814) Re-enable after fixing racing condition.
],
test_class = "org.tensorflow.lite.InterpreterFlexTest",
visibility = ["//visibility:private"],

View File

@ -304,6 +304,7 @@ java_test(
"no_oss", # Currently requires --config=monolithic, b/118895218.
# TODO(b/121204962): Re-enable test after fixing memory leaks.
"noasan",
"notsan", # TODO(b/158651814) Re-enable after fixing racing condition.
],
test_class = "org.tensorflow.lite.InterpreterFlexTest",
visibility = ["//visibility:private"],