Skip to content

Commit

Permalink
Disable failing test for template plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
olpipi committed Feb 5, 2024
1 parent a330815 commit 42ea11b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/template/tests/functional/skip_tests_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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/*)",
};

#ifdef _WIN32
Expand Down

0 comments on commit 42ea11b

Please sign in to comment.