-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleaning and refactoring test utils #22653
Conversation
@@ -121,6 +121,8 @@ std::vector<std::string> disabledTestPatterns() { | |||
R"(.*eltwiseOpType=Mod_secondaryInputType=PARAMETER_opType=VECTOR_NetType=(f16|f32).*)", | |||
// Interpreter backend doesn't implement evaluate method for OP Multiply (by GroupNormalizationDecomposition) | |||
R"(.*ReferenceGroupNormalization.*_f64*)", | |||
// CVS-131733 | |||
R"(.*smoke_BehaviorTests/InferRequestPropertiesTest.ReusableCPUStreamsExecutor.*)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the test body does not contains skip condition. So, I suppose current statement does not take any effect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The skip is in InferRequestPropertiesTest::SetUp.
But the problem is this test fails for CPU now. So probably the root cause is not in template plugin
src/tests/functional/plugin/shared/include/behavior/ov_infer_request/properties_tests.hpp
Show resolved
Hide resolved
### Details: - Includes #22653 --------- Co-authored-by: Oleg Pipikin <[email protected]>
Details:
Tickets: