[IE TESTS] Disable CancellationTests.*canResetAfterCancelAsyncRequest tests (#3645)

This commit is contained in:
Irina Efode 2020-12-16 18:16:16 +03:00 committed by GitHub
parent 676bd8a861
commit f511f77894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ std::vector<std::string> disabledTestPatterns() {
// 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.*)",
R"(.*Behavior.*CancellationTests.*canResetAfterCancelAsyncRequest.*)",
};
if (!InferenceEngine::with_cpu_x86_avx512_core()) {