[IE TESTS] Disable sporadic issue 45163 (#3611)

This commit is contained in:
Irina Efode 2020-12-14 22:57:24 +03:00 committed by GitHub
parent 19154fad2b
commit 524b226906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,8 @@ std::vector<std::string> disabledTestPatterns() {
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_.*)",
// TODO: Sporadic Issue: 45163
R"(.*Behavior.*CancellationTests.*canResetAfterCancelAsyncRequest.*netPRC=FP16.*)",
};
if (!InferenceEngine::with_cpu_x86_avx512_core()) {