[IE TESTS][IE MKLDNN] Disable CtcLoss SLT due to sporadic failures (#2852)

This commit is contained in:
Irina Efode 2020-10-28 12:00:11 +03:00 committed by GitHub
parent 18f7e4f4f0
commit 1689634574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,8 +55,9 @@ 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.*)"
R"(.*Loop.*)",
// TODO: Issue: 41694
R"(.*smoke_Set2.*CTCLossLayerTest.*)",
};
}