[GNA] Functional test returned to the skip list due to instability (#6492)
This commit is contained in:
parent
b48404cdf2
commit
86b97e0a74
@ -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).*)",
|
||||
|
Loading…
Reference in New Issue
Block a user