Skip to content

Commit

Permalink
[CPU] nms disabled (openvinotoolkit#6822)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-intel authored and rnugmanx committed Aug 26, 2021
1 parent b57974b commit 7a9a6b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ std::vector<std::string> disabledTestPatterns() {
".*TransformationTests\\.ConstFoldingPriorBoxClustered.*",
// TODO: task 32568, enable after supporting constants outputs in plugins
".*TransformationTests\\.ConstFoldingPriorBox.*",
// azure is failing after #6199
".*NmsLayerTest.*",
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ std::vector<std::string> disabledTestPatterns() {
// TODO: 57562 No dynamic output shape support
R"(.*NonZeroLayerTest.*)",
// need to implement Export / Import
R"(.*IEClassImportExportTestP.*)"
R"(.*IEClassImportExportTestP.*)",
// azure is failing after #6199
R"(.*NmsLayerTest.*)"
};
#ifdef __APPLE__
// TODO: Issue 55717
Expand Down

0 comments on commit 7a9a6b3

Please sign in to comment.