[CONFORMANCE] Enable QM + IE tests in Opset Conformance (#19693)
This commit is contained in:
parent
2f4f76070f
commit
1d0709f533
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user