Skip to content

Commit

Permalink
[VPU][TESTS] desable accuracy/myriadLayersTestsExpGenerateProposals_s…
Browse files Browse the repository at this point in the history
…moke.ExpGenerateProposals tests for macOS
  • Loading branch information
Polina committed Dec 24, 2020
1 parent 523c30f commit 715ad4a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,11 @@ static void genInputs(InferenceEngine::BlobMap inputMap,
inputIMinfo[1] = PrecisionUtils::f32tof16( (float) imgW );
}

#ifdef __APPLE__
TEST_P(myriadLayersTestsExpGenerateProposals_smoke, DISABLED_ExpGenerateProposals) {
#else
TEST_P(myriadLayersTestsExpGenerateProposals_smoke, ExpGenerateProposals) {
#endif
tensor_test_params scoresDims = std::get<0>(GetParam());
std::vector<int> im_info = std::get<1>(GetParam());
GenerateProposalsParam opParams = std::get<2>(GetParam());
Expand Down

0 comments on commit 715ad4a

Please sign in to comment.