Skip to content

Commit

Permalink
[luci/test] Exclude Reshape_003 test (#14117)
Browse files Browse the repository at this point in the history
This commit excludes Reshape_003 test from luci test.
This recipe does not reflect the original intention.

ONE-DCO-Signed-off-by: Jongwon Yang <[email protected]>
Co-authored-by: Seungho Henry Park <[email protected]>
  • Loading branch information
jongwonyang and shs-park authored Sep 27, 2024
1 parent 217ae0d commit 2f545db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/luci/tests/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 2f545db

Please sign in to comment.