summaryrefslogtreecommitdiff
path: root/nn/runtime/test/Android.bp
diff options
context:
space:
mode:
authorXusong Wang <xusongw@google.com>2019-10-23 10:53:53 -0700
committerXusong Wang <xusongw@google.com>2019-10-23 11:13:05 -0700
commit646f43e02b078475dbe6ed20612281d4b37db2cb (patch)
tree2d1f381a003f78ec1ad065e0c98d6e7b3da42e49 /nn/runtime/test/Android.bp
parent02ce979643b0d3eedbafd6841917fec619183da5 (diff)
downloadml-646f43e02b078475dbe6ed20612281d4b37db2cb.tar.gz
Temporarily disable UnspecifiedDimensionsTest.
Bug: 143173918 Test: NNT_static Change-Id: I837d967d6da4bea298b29e692a572be45ea11252
Diffstat (limited to 'nn/runtime/test/Android.bp')
-rw-r--r--nn/runtime/test/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/nn/runtime/test/Android.bp b/nn/runtime/test/Android.bp
index 608172e58..35f12293b 100644
--- a/nn/runtime/test/Android.bp
+++ b/nn/runtime/test/Android.bp
@@ -65,7 +65,8 @@ cc_defaults {
"TestOperandExtraParams.cpp",
"TestTrivialModel.cpp",
"TestUnknownDimensions.cpp",
- "TestUnspecifiedDimensions.cpp",
+ // TODO(xusongw): Re-enable once b/141294076 is fixed.
+ // "TestUnspecifiedDimensions.cpp",
"TestValidateModel.cpp",
"TestValidateOperations.cpp",
"TestValidation.cpp",