Disable tsan on InterpreterFlexTest and SelectiveBuiltInterpreterFlexTest
PiperOrigin-RevId: 317231748 Change-Id: I7ab662fd55024c0ed91bd78bfdc8e9206d78b3b6
This commit is contained in:
parent
9c4b749b09
commit
64f7bdd56a
|
@ -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"],
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue