summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nn/runtime/test/fuzzing/TestRandomGraph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/nn/runtime/test/fuzzing/TestRandomGraph.cpp b/nn/runtime/test/fuzzing/TestRandomGraph.cpp
index 99d2aff80..ada7fd223 100644
--- a/nn/runtime/test/fuzzing/TestRandomGraph.cpp
+++ b/nn/runtime/test/fuzzing/TestRandomGraph.cpp
@@ -196,6 +196,7 @@ class RandomGraphTest : public ::testing::TestWithParam<uint32_t> {
// [0, 255]. We should investigate on a better buffer value generation
// algorithm that represents the real-world cases.
"TestRandomGraph_SingleOperationTest_CONV_2D_V1_2_40",
+ "TestRandomGraph_SingleOperationTest_DEPTHWISE_CONV_2D_V1_0_32",
};
if (kDisabledTests.find(mTestName) != kDisabledTests.end()) return true;
for (const auto& op : mTestModel.main.operations) {