[IE TESTS] Disable sporadic issue 45163 (#3611)
This commit is contained in:
parent
19154fad2b
commit
524b226906
@ -59,6 +59,8 @@ std::vector<std::string> disabledTestPatterns() {
|
|||||||
R"(.*Broadcast.*mode=BIDIRECTIONAL.*inNPrec=BOOL.*)",
|
R"(.*Broadcast.*mode=BIDIRECTIONAL.*inNPrec=BOOL.*)",
|
||||||
// TODO: Issue 43417 sporadic issue, looks like an issue in test, reproducible only on Windows platform
|
// 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_.*)",
|
R"(.*decomposition1_batch=5_hidden_size=10_input_size=30_.*tanh.relu.*_clip=0_linear_before_reset=1.*_targetDevice=CPU_.*)",
|
||||||
|
// TODO: Sporadic Issue: 45163
|
||||||
|
R"(.*Behavior.*CancellationTests.*canResetAfterCancelAsyncRequest.*netPRC=FP16.*)",
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!InferenceEngine::with_cpu_x86_avx512_core()) {
|
if (!InferenceEngine::with_cpu_x86_avx512_core()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user