From 86b97e0a744c5f9f482e75a901496083d9d5cdcf Mon Sep 17 00:00:00 2001 From: Andrey Sapozhnikov Date: Wed, 7 Jul 2021 15:50:55 +0300 Subject: [PATCH] [GNA] Functional test returned to the skip list due to instability (#6492) --- .../skip_tests_config.cpp | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/inference-engine/tests/functional/plugin/gna/shared_tests_instances/skip_tests_config.cpp b/inference-engine/tests/functional/plugin/gna/shared_tests_instances/skip_tests_config.cpp index a59ad83eaed..589ec41c83d 100644 --- a/inference-engine/tests/functional/plugin/gna/shared_tests_instances/skip_tests_config.cpp +++ b/inference-engine/tests/functional/plugin/gna/shared_tests_instances/skip_tests_config.cpp @@ -9,28 +9,12 @@ std::vector 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).*)",