From 2f545dbbe7288d8b479510761ff9352d54f7c994 Mon Sep 17 00:00:00 2001 From: Jongwon Yang <46333013+jongwonyang@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:52:33 +0900 Subject: [PATCH] [luci/test] Exclude Reshape_003 test (#14117) This commit excludes Reshape_003 test from luci test. This recipe does not reflect the original intention. ONE-DCO-Signed-off-by: Jongwon Yang Co-authored-by: Seungho Henry Park <136296779+shs-park@users.noreply.github.com> --- compiler/luci/tests/test.lst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/luci/tests/test.lst b/compiler/luci/tests/test.lst index 5aba480e4d2..c04800a9b29 100644 --- a/compiler/luci/tests/test.lst +++ b/compiler/luci/tests/test.lst @@ -141,7 +141,7 @@ addread(ReLUN1To1_000) addread(Reshape_000) addread(Reshape_001) addread(Reshape_002) -addread(Reshape_003) +#addread(Reshape_003) # no input, no option is not supported addread(Reshape_U8_000) addread(ResizeBilinear_000) addread(ResizeBilinear_U8_000) @@ -373,7 +373,7 @@ addwrite(ReLUN1To1_000) addwrite(Reshape_000) addwrite(Reshape_001) addwrite(Reshape_002) -addwrite(Reshape_003) +#addwrite(Reshape_003) # no input, no option is not supported addwrite(Reshape_U8_000) addwrite(ResizeBilinear_000) addwrite(ResizeBilinear_U8_000)