Temporaly skip GRU Cell test (#3183)
authorIvan Tikhonov <ivan.tikhonov@intel.com>
Tue, 17 Nov 2020 18:27:25 +0000 (21:27 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Nov 2020 18:27:25 +0000 (21:27 +0300)
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp

index 43e4bba..81cb9ce 100644 (file)
@@ -55,5 +55,7 @@ std::vector<std::string> disabledTestPatterns() {
         R"(.*TopKLayerTest.*k=5.*sort=(none|index).*)",
         // TODO: Issue: 43314
         R"(.*Broadcast.*mode=BIDIRECTIONAL.*inNPrec=BOOL.*)",
+        // TODO: Issue 43417 sporadic issue, looks like an issue in test, reproducible only on Windows platform
+        R"(.*decomposition1_batch=5_hidden_size=10_input_size=30_.*tanh.relu.*_clip=0_linear_before_reset=1.*_targetDevice=CPU_.*)",
     };
 }