Temporaly skip GRU Cell test (#3183)
This commit is contained in:
@@ -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_.*)",
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user