Skip to content

Commit

Permalink
[CPU] skip 32 bit tests for i32 Bitwise
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 28, 2023
1 parent 0137fd7 commit 11193a9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*smoke_Snippets_MHA_.?D_SplitDimensionM.*)",
// Issue: 122356
R"(.*NmsRotatedOpTest.*(SortDesc=True|Clockwise=False).*)",
#ifdef OPENVINO_ARCH_32_BIT
// Issue: 126177
R"(.*smoke_CompareWithRefs_4D_Bitwise.*/EltwiseLayerCPUTest.CompareWithRefs/.*_eltwiseOpType=Bitwise.*_NetType=i32_.*)"
#endif
};

#if defined(OPENVINO_ARCH_X86)
Expand Down

0 comments on commit 11193a9

Please sign in to comment.