From e40e5b809c16a588b99f2433c1856f9e7ed5126f Mon Sep 17 00:00:00 2001 From: Sofya Balandina Date: Wed, 31 Jan 2024 10:23:58 +0000 Subject: [PATCH] [api conformance] Fix extra crash in report (#22468) Co-authored-by: Irina Efode --- .../shared/include/behavior/ov_plugin/core_threading.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/core_threading.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/core_threading.hpp index b7aebac307a351..5b7688b25ba75e 100644 --- a/src/tests/functional/plugin/shared/include/behavior/ov_plugin/core_threading.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/core_threading.hpp @@ -75,11 +75,13 @@ class CoreThreadingTestsWithCacheEnabled : public testing::WithParamInterface obj) { @@ -411,6 +413,7 @@ class CoreThreadingTestsWithIter : public testing::WithParamInterface(GetParam()); numThreads = std::get<1>(GetParam()); numIterations = std::get<2>(GetParam()); + APIBaseTest::SetUp(); } static std::string getTestCaseName(testing::TestParamInfo obj) {