[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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() {