Temporarily disable asan test for //third_party/tensorflow/java:TensorTest.
PiperOrigin-RevId: 351849940 Change-Id: I55ceb093dcffec5faadd49eb9ff21da54a3750aa
This commit is contained in:
parent
58e1d18268
commit
07592d94b6
@ -292,6 +292,9 @@ tf_java_test(
|
||||
size = "small",
|
||||
srcs = ["src/test/java/org/tensorflow/TensorTest.java"],
|
||||
javacopts = JAVACOPTS,
|
||||
tags = [
|
||||
"noasan", # TODO(b/177573611): enable after this is fixed.
|
||||
],
|
||||
test_class = "org.tensorflow.TensorTest",
|
||||
deps = [
|
||||
":tensorflow",
|
||||
|
Loading…
x
Reference in New Issue
Block a user