[apiConformance] Fix some test results are not in report (#19522)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user