[CONFORMANCE] Enable QM + IE tests in Opset Conformance (#19693)

This commit is contained in:
Irina Efode 2023-09-11 11:10:47 +04:00 committed by GitHub
parent 2f4f76070f
commit 1d0709f533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,11 +22,11 @@ TEST_P(ReadIRTest, Inference) {
}
// temporarty disable to provide correct numbers for release
TEST_P(ReadIRTest, DISABLED_QueryModel) {
TEST_P(ReadIRTest, QueryModel) {
query_model();
}
TEST_P(ReadIRTest, DISABLED_ImportExport) {
TEST_P(ReadIRTest, ImportExport) {
import_export();
}
@ -42,7 +42,7 @@ TEST_P(ReadIRTest, DISABLED_ImportExport) {
#include "openvino/opsets/opset12_tbl.hpp"
#undef _OPENVINO_OP_REG
INSTANTIATE_TEST_SUITE_P(conformance_other,
INSTANTIATE_TEST_SUITE_P(conformance_subgraph,
ReadIRTest,
::testing::Combine(::testing::ValuesIn(getModelPaths(IRFolderPaths)),
::testing::Values(targetDevice),