[IE TESTS][IE MKLDNN] Disable CtcLoss SLT due to sporadic failures (#2852)
authorIrina Efode <irina.efode@intel.com>
Wed, 28 Oct 2020 09:00:11 +0000 (12:00 +0300)
committerGitHub <noreply@github.com>
Wed, 28 Oct 2020 09:00:11 +0000 (12:00 +0300)
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp

index 033b20a..8e4f2c3 100644 (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.*)",
     };
 }