[GNA] Functional test returned to the skip list due to instability (#6492)

This commit is contained in:
Andrey Sapozhnikov 2021-07-07 15:50:55 +03:00 committed by GitHub
parent b48404cdf2
commit 86b97e0a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,28 +9,12 @@
std::vector<std::string> disabledTestPatterns() {
return {
".*TensorNamesTest\\.CheckAddOutput.*",
// TODO: FIX BUG 31661
// TODO: support InferRequest in GNAPlugin
".*InferRequestTests\\.canRun3AsyncRequestsConsistentlyFromThreadsWithoutWait.*",
// TODO: FIX BUG 23740
".*InferRequestTests\\.CanCreateTwoExeNetworks.*",
// TODO: FIX BUG 26702
".*InferRequestTests\\.FailedAsyncInferWithNegativeTimeForWait.*",
// TODO: FIX BUG 23741
".*InferRequestTests\\.canRun3SyncRequestsConsistentlyFromThreads.*",
// TODO: FIX BUG 23742
".*InferRequestTests\\.canWaitWithotStartAsync.*",
// TODO: FIX BUG 23743
".*InferRequestTests\\.returnDeviceBusyOnSetBlobAfterAsyncInfer.*",
".*InferRequestTests\\.returnDeviceBusyOnGetBlobAfterAsyncInfer.*",
".*InferRequestTests\\.returnDeviceBusyOnGetPerformanceCountAfterAsyncInfer.*",
".*InferRequestTests\\.returnDeviceBusyOnStartInferAfterAsyncInfer.*",
".*InferRequestTests\\.returnDeviceBusyOnGetUserDataAfterAsyncInfer.*",
".*InferRequestTests\\.returnDeviceBusyOnSetUserDataAfterAsyncInfer.*",
// TODO: FIX BUG 31661
".*InferRequestTests\\.canStartSeveralAsyncInsideCompletionCallbackNoSafeDtorWithoutWait.*",
// TODO: FIX BUG 31661
// TODO: FIX BUG 59041
".*Behavior.*CallbackThrowException.*",
// TODO: FIX BUG 32210
R"(.*ActivationLayerTest.CompareWithRefs/(Sigmoid|Tanh|Exp|Log).*)",