Skip to content

Commit

Permalink
Temporarily skip arm fp16 SetBlobTest
Browse files Browse the repository at this point in the history
  • Loading branch information
riverlijunjie committed Aug 14, 2023
1 parent 00415fc commit 6d4295c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ std::vector<std::string> disabledTestPatterns() {
retVector.emplace_back(R"(.*compareAutoBatchingToSingleBatch/CPU_get_blob_batch_size_4_num_streams_2_num_req_64*)");
retVector.emplace_back(R"(.*compareAutoBatchingToSingleBatch/CPU_set_blob_batch_size_4_num_streams_1_num_req_64*)");
retVector.emplace_back(R"(.*compareAutoBatchingToSingleBatch/CPU_set_blob_batch_size_4_num_streams_2_num_req_64*)");
// TODO: Issue 117850
retVector.emplace_back(R"(.*smoke_SetBlobCPU/SetBlobTest.*Device=CPU_PrecisionInNet=FP16_PrecisionInNgraph=BOOL*)");
#endif

#if defined(OPENVINO_ARCH_ARM)
Expand Down

0 comments on commit 6d4295c

Please sign in to comment.