Skip to content

Commit

Permalink
STry to sip access violation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
riverlijunjie committed Jan 9, 2024
1 parent 6a50ea3 commit ad0adad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*NmsRotatedOpTest.*(SortDesc=True|Clockwise=False).*)",
// Issue: 126095
R"(^smoke_Multinomial(?:Static|Dynamic)+(?:Log)*.*seed_g=0_seed_o=0.*device=CPU.*)",
// Issue: 129025
R"(.*smoke_CpuExecNetworkCheck.*StreamsHasHigherPriorityThanLatencyHint.*)",
#ifdef OPENVINO_ARCH_32_BIT
// Issue: 126177
R"(.*smoke_CompareWithRefs_4D_Bitwise.*/EltwiseLayerCPUTest.CompareWithRefs/.*_eltwiseOpType=Bitwise.*_NetType=i32_.*)"
Expand Down

0 comments on commit ad0adad

Please sign in to comment.