Skip to content

Commit

Permalink
Enable skipped tests (openvinotoolkit#23168)
Browse files Browse the repository at this point in the history
  • Loading branch information
vurusovs authored and Pranshu-S committed Mar 7, 2024
1 parent 87487b0 commit 939c74d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*RandomUniformLayerTestCPU.*OutPrc=i64.*)",
// Issue: 123321
R"(.*smoke_RNNSequenceCommonZeroClip/RNNSequenceTest.Inference.*hidden_size=10.*relu.*)",
// Issue: 123427
R"(.*RDFTLayerTest.*SignalSize=().*)",
// Issue: 123815 (Tests are sensintive to available thread count on testing machines)
R"(.*smoke_Snippets_MHA_.?D_SplitDimensionM.*)",
// Issue: 122356
Expand Down
3 changes: 0 additions & 3 deletions src/plugins/template/tests/functional/skip_tests_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ std::vector<std::string> disabledTestPatterns() {
// unsupported metrics
R"(.*smoke_OVGetMetricPropsTest.*OVGetMetricPropsTest.*(RANGE_FOR_STREAMS|MAX_BATCH_SIZE).*)",

// CVS-55937
R"(.*SplitLayerTest.*numSplits=30.*)",

// CVS-64094
R"(.*ReferenceLogSoftmaxLayerTest.*4.*iType=f16.*axis=.*1.*)",
// CVS-64012
Expand Down

0 comments on commit 939c74d

Please sign in to comment.