This reverts commit 5323200110
.
This commit is contained in:
parent
94ee9ab7c3
commit
38d8cc2112
@ -9,8 +9,27 @@
|
||||
|
||||
std::vector<std::string> disabledTestPatterns() {
|
||||
return {
|
||||
// TODO: FIX BUG 23741 (Open)
|
||||
".*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
|
||||
".*Behavior.*CallbackThrowException.*",
|
||||
// TODO: FIX BUG 32210
|
||||
@ -19,6 +38,8 @@ std::vector<std::string> disabledTestPatterns() {
|
||||
// TODO: Issue 32542
|
||||
R"(.*(EltwiseLayerTest).*eltwiseOpType=(Sum|Sub).*opType=SCALAR.*)",
|
||||
R"(.*(EltwiseLayerTest).*eltwiseOpType=Prod.*secondaryInputType=PARAMETER.*opType=SCALAR.*)",
|
||||
// TODO: Issue: 34348
|
||||
R"(.*IEClassGetAvailableDevices.*)",
|
||||
// TODO: Issue 32923
|
||||
R"(.*IEClassHeteroExecutableNetworkGetMetricTest_TARGET_FALLBACK.*)",
|
||||
// TODO: Issue 39358
|
||||
|
Loading…
Reference in New Issue
Block a user