[IE TESTS] Disable CancellationTests.*canResetAfterCancelAsyncRequest tests (#3645)
This commit is contained in:
parent
676bd8a861
commit
f511f77894
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user