Skip to content

Commit

Permalink
[tests] CPU plugin, enable SimpleIfTest (openvinotoolkit#27567)
Browse files Browse the repository at this point in the history
### Details:
- Enable simple `If` test for CPU plugin, Test pass as tensor names are
not checked.
- PR openvinotoolkit#25954 fixes issue with tensor names for `unroll_if` transformation
when `If` operator has got simple body like `Parameter -> Result`
 

### Tickets:
 - CVS-114763

Signed-off-by: Raasz, Pawel <[email protected]>
  • Loading branch information
praasz authored and NishantPrabhuFujitsu committed Nov 26, 2024
1 parent 732a402 commit 9051bd7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*InferRequestPreprocessTest.*SetPreProcessToInferRequest.*)",
// Plugin version was changed to ov::Version
R"(.*VersionTest.pluginCurrentVersionIsCorrect.*)",
// Issue: 113703, 114763
R"(.*smoke_If/SimpleIfTest.*Cond=0.*)",
// Issue: 114765
R"(.*smoke_PSROIPoolingAverageLayoutTest/PSROIPoolingLayerCPUTest.*bf16.*)",
R"(.*smoke_PSROIPoolingBilinearLayoutTest/PSROIPoolingLayerCPUTest.*bf16.*)",
Expand Down

0 comments on commit 9051bd7

Please sign in to comment.