summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXusong Wang <xusongw@google.com>2019-10-23 10:53:53 -0700
committerXusong Wang <xusongw@google.com>2019-10-30 18:14:57 +0000
commit80afb186dff8e0669eea81ef6ba389704bf579ea (patch)
tree0fcac7f80f3f4a501fb00598072add01fbafd6ac
parent9c1d0b04429ebb7e8d20a36ea4a9c698a76f69f0 (diff)
downloadml-80afb186dff8e0669eea81ef6ba389704bf579ea.tar.gz
Temporarily disable UnspecifiedDimensionsTest.
Bug: 143173918 Test: NNT_static Change-Id: I837d967d6da4bea298b29e692a572be45ea11252 Merged-In: I837d967d6da4bea298b29e692a572be45ea11252 (cherry picked from commit 646f43e02b078475dbe6ed20612281d4b37db2cb)
-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",