[apiConformance] Fix some test results are not in report (#19522)

This commit is contained in:
Sofya Balandina
2023-09-04 07:52:31 +01:00
committed by GitHub
parent a84eee9127
commit f42a036157

View File

@@ -77,7 +77,6 @@ void OVPropertiesTestsWithCompileModelProps::SetUp() {
SKIP_IF_CURRENT_TEST_IS_DISABLED();
std::string temp_device;
std::tie(temp_device, properties) = this->GetParam();
APIBaseTest::SetUp();
std::string::size_type pos = temp_device.find(":", 0);
std::string hw_device;
@@ -98,6 +97,8 @@ void OVPropertiesTestsWithCompileModelProps::SetUp() {
}
model = ngraph::builder::subgraph::makeSplitConcat();
APIBaseTest::SetUp();
}
void OVPropertiesTestsWithCompileModelProps::TearDown() {