Temporaly skip GRU Cell test (#3183)

This commit is contained in:
Ivan Tikhonov
2020-11-17 21:27:25 +03:00
committed by GitHub
parent 393779b227
commit 9ec18eeb9b

View 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_.*)",
};
}