Loop tests enabled back

Signed-off-by: Alexander Peskov <alexander.peskov@intel.com>
This commit is contained in:
Alexander Peskov
2020-10-19 20:17:50 +03:00
parent 05651b18af
commit bb28eb7209

View File

@@ -53,8 +53,6 @@ std::vector<std::string> disabledTestPatterns() {
// TODO: Issue: 38841
R"(.*TopKLayerTest.*k=10.*mode=min.*sort=index.*)",
R"(.*TopKLayerTest.*k=5.*sort=(none|index).*)",
// TODO: not supported yet, ticket 37690
R"(.*Loop.*)",
// TODO: Issue: 41694
R"(.*smoke_Set2.*CTCLossLayerTest.*)",
};